Estimated date of completion

A

Anderson

I am trying to predict an estimated date for complete
depletion of an inventory number based on a current rate
of reduction that could vary from day to day. I'm using:

=WORKDAY(TODAY(),(C12/C30),Holidays)

Could I get some ideas as to why this formula gave me
about a month difference in one day with no change in the
inventory numbers?

Holidays range is:
12/27/2004
12/28/2004
1/3/2005
3/25/2005
3/28/2005
C12 is the number 3178 (initial base amount)
C30 is the number 19 (current daily rate of reduction from
C12)

Yesterday the formula resulted in June 29, 2005 today it
gave me July 25, 2005.

Any help will be appreciated!
 
D

Domenic

Make sure that when entering a start date (other than when using th
TODAY() function) that the date is enclosed within quotes...

=WORKDAY("11/25/2004",C12/C30,Holidays)

Hope this helps!
 

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