Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Inventory - First In First Out

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Inventory - First In First Out

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inventory bob d Excel Worksheet Functions 2 June 27th 06 12:04 AM
inventory recipe type data Excel Discussion (Misc queries) 0 March 14th 06 01:27 PM
Inventory Age jvanzomeren Excel Worksheet Functions 1 February 17th 06 06:21 PM
How can i get an inventory list that adds and subtracts inventory James Excel Discussion (Misc queries) 0 October 5th 05 12:48 AM
bar inventory peets Excel Worksheet Functions 2 April 11th 05 07:38 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"