+ Reply to Thread
Results 1 to 5 of 5

Countdown

  1. #1
    Registered User
    Join Date
    07-21-2006
    Posts
    10

    Countdown

    Hey, I have excel 2000 and here's what i'm making and what my problem is:

    basically, i'm trying to collect a certain amount of money in a certain amount of time and i'd like to make it so it calculates how much i've gotten from day 1 and figures out how many more days it will take for me to reach my goal...
    hope you can get that.

    in short, what i need is a countdown function like
    =today()+(amount of days it will take with the average money made per day)
    ...or kind of like that.

    can anyone help me?

  2. #2
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    Quote Originally Posted by simserob
    Hey, I have excel 2000 and here's what i'm making and what my problem is:

    basically, i'm trying to collect a certain amount of money in a certain amount of time and i'd like to make it so it calculates how much i've gotten from day 1 and figures out how many more days it will take for me to reach my goal...
    hope you can get that.

    in short, what i need is a countdown function like
    =today()+(amount of days it will take with the average money made per day)
    ...or kind of like that.

    can anyone help me?
    Try = today()+CEILING(AmountNeeded/AverageAmountPerDay)

    Where AmountNeeded and AverageAmountPerDay are references to whereever you have them.

    Scott

  3. #3
    Registered User
    Join Date
    07-21-2006
    Posts
    10
    when i do that it says there's an error - i guess it doesn't recognize the significance of the numbers...i also would need a day counter to get the average amount earned per day.
    i think with the formula you gave me, it wouldn't come out to an amount of days...i'm not really sure though since i've never heard of the command "ceiling"

  4. #4
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    Quote Originally Posted by simserob
    when i do that it says there's an error - i guess it doesn't recognize the significance of the numbers...i also would need a day counter to get the average amount earned per day.
    i think with the formula you gave me, it wouldn't come out to an amount of days...i'm not really sure though since i've never heard of the command "ceiling"
    Sorry, I forgot to put the significance into that equation. :-P

    Try = today()+CEILING(AmountNeeded/AverageAmountPerDay,1)

    My apologies.

    Scott

  5. #5
    Registered User
    Join Date
    07-21-2006
    Posts
    10
    Yeah, now it works
    Thank you very much for your trouble, i really appreciate it

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1