FIFO HELP!

D

deeds

I am trying to create a FIFO schedule in Excel. I am trying to determine the
best formula to remove inventory based on FIFO. So, for instance, I have 5
layers of inventory all with different costs. On the sales side, I want to
chew into the first layer first, however if the sales is greater than the
inventory in the first layer, I need to go to the second layer and so forth.
Anyone have any good formulas for setting up a schedule like this? Or point
me in the right direction....Thanks!
 
J

joel

This is not a simple problem. The Greeks couldn't solve it 2000 year
ago so what makes you think you can solve it any better. The greek
didn't have a computer and you do.

This type of problem it called a packing problem. The Greek going int
battles had different size chariots with different supplies to fill th
chariots. the Greeks wanted to find the best way of loading th
chariots to use the least amount of chariots and if the over fille
their chariot the chariot would go too slow or tip over. The greek
wanted to know the optimum way of packing the chariots.

Today with computers to get the best solution you usually set up a se
of rules and a method to score each solution. Then try ever
combination of solutions and take the one with the best score.

Your problem is a very simple type of packing problem. You may jus
need a simple algorithm and not try every combination. A formul
solution probably isn't going to work and you would need to write a VB
macro to get the results
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top