Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to set up a spreadsheet that shows a running balance of an
item that has an expiration date? Each item has a shelf life of 5 years, current year + 4. Any help will be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
so you want to see how many years or months or days are left?
i assume you have date added. Let's say it's in cell C1 for your first product so =DATE(YEAR(C1)+5,MONTH(C1),DAY(C1))-now() will give number of days. between now and the 5 years are up. otherwise, just divide by 30 to get months or 365 to get years. "tlcGRE" wrote: Is there a way to set up a spreadsheet that shows a running balance of an item that has an expiration date? Each item has a shelf life of 5 years, current year + 4. Any help will be greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inventory | Excel Worksheet Functions | |||
inventory | Excel Discussion (Misc queries) | |||
Inventory Age | Excel Worksheet Functions | |||
How can i get an inventory list that adds and subtracts inventory | Excel Discussion (Misc queries) | |||
bar inventory | Excel Worksheet Functions |