ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how do I create a fifo formula in exel (https://www.excelbanter.com/excel-worksheet-functions/166241-how-do-i-create-fifo-formula-exel.html)

heidic2

how do I create a fifo formula in exel
 
I have to create a formula that will calculate fifo and lifo in an inventory
spreadsheet and I am completely lost

Gary''s Student

how do I create a fifo formula in exel
 

--
Gary''s Student - gsnu200756


"heidic2" wrote:

I have to create a formula that will calculate fifo and lifo in an inventory
spreadsheet and I am completely lost


Gary''s Student

how do I create a fifo formula in exel
 
For lifo, build a list in a column, inserting new entries at the top. When
pulling entries, pull from the top and delete that cell.

For fifo, build a list in a column, insering new entries at the bottom.
When pulling entries, pull from the top and delete that cell.
--
Gary''s Student - gsnu200756


"heidic2" wrote:

I have to create a formula that will calculate fifo and lifo in an inventory
spreadsheet and I am completely lost


Ron

how do I create a fifo formula in exel
 
This is a simple method for telling you the oldest and newest in inventory.
You can adapt it for your needs. I placed inventory in Col C. Column
containing calculated days item in inventory must be in ascending order.

Col A - Date item placed in inventory (hard date or formula such as
"=IF(ISBLANK(B3),"",TODAY())"
Col B - Item ID
Col C (formula, assuming starting in row 3, format 'General') - "=TODAY()-A3",
(Keep sorted in ascending order)
Col D (formula for finding oldest) - "=VLOOKUP(MAX(C3:C10),C3:C10,1,TRUE)"
Col E (formula for finding newest) - "=VLOOKUP(MIN(C3:C10),C3:C10,1,TRUE)"

This should put on the right track for more sophisticated tracking.

Ron

"heidic2" wrote:

I have to create a formula that will calculate fifo and lifo in an inventory
spreadsheet and I am completely lost



All times are GMT +1. The time now is 12:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com