+ Reply to Thread
Results 1 to 6 of 6

how to calculate a date .. say 34 days from today

  1. #1
    Registered User
    Join Date
    07-12-2005
    Posts
    20

    how to calculate a date .. say 34 days from today

    Hi all,
    first time i have been here - so apols in advance if this is a basic question. I have looked a few places for some help on this but to no avail.

    I would like to do this:
    1. create a calculation that is a numbers of days in a cell. In this case it is to calculate how many days a set amount of money will last.
    2. I would then like a new cell to take that calculation from the cell above and then forecast what date that would be.
    So, if i have determined that i have 94 days left of operations with a set amount of money in the bank, excel can automatically tell me what date that will be from today's date, along the lines of:
    =today's date + 94 days = forecast date.

    I hope the above way was not too clumsy a way of explaining my point.

    cheers
    shaunl

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    << Hi all,
    first time i have been here - so apols in advance if this is a basic question. I have looked a few places for some help on this but to no avail.

    I would like to do this:
    1. create a calculation that is a numbers of days in a cell. In this case it is to calculate how many days a set amount of money will last. >>

    Based on the above statement, I assume that you already have a formula for calculating the number of "days a set amount of money will last." Let us assume that this is in Cell A1

    << 2. I would then like a new cell to take that calculation from the cell above and then forecast what date that would be.
    So, if i have determined that i have 94 days left of operations with a set amount of money in the bank, excel can automatically tell me what date that will be from today's date, along the lines of:
    =today's date + 94 days = forecast date. >>


    In Cell B1, enter this formula

    =today() +A1

    Hope this will help you.

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Anne Troy
    Guest

    Re: how to calculate a date .. say 34 days from today

    Not at all, Shaun. This is a no-brainer.
    A1 has your date
    B1 has your number of days (94)
    In C1, type:
    =A1+B1
    A1 and C1 must both be formatted as dates. If it doesn't appear to work for
    you, select A1 and C1 and hit Format-->Cells and choose Date, and choose one
    of the date formats.
    *******************
    ~Anne Troy

    www.OfficeArticles.com


    "shaunl" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi all,
    > first time i have been here - so apols in advance if this is a basic
    > question. I have looked a few places for some help on this but to no
    > avail.
    >
    > I would like to do this:
    > 1. create a calculation that is a numbers of days in a cell. In this
    > case it is to calculate how many days a set amount of money will last.
    >
    > 2. I would then like a new cell to take that calculation from the cell
    > above and then forecast what date that would be.
    > So, if i have determined that i have 94 days left of operations with a
    > set amount of money in the bank, excel can automatically tell me what
    > date that will be from today's date, along the lines of:
    > =today's date + 94 days = forecast date.
    >
    > I hope the above way was not too clumsy a way of explaining my point.
    >
    >
    > cheers
    > shaunl
    >
    >
    > --
    > shaunl
    > ------------------------------------------------------------------------
    > shaunl's Profile:

    http://www.excelforum.com/member.php...o&userid=25140
    > View this thread: http://www.excelforum.com/showthread...hreadid=386345
    >




  4. #4
    Niek Otten
    Guest

    Re: how to calculate a date .. say 34 days from today

    =TODAY()+A1

    --
    Kind regards,

    Niek Otten

    Microsoft MVP - Excel

    "shaunl" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi all,
    > first time i have been here - so apols in advance if this is a basic
    > question. I have looked a few places for some help on this but to no
    > avail.
    >
    > I would like to do this:
    > 1. create a calculation that is a numbers of days in a cell. In this
    > case it is to calculate how many days a set amount of money will last.
    >
    > 2. I would then like a new cell to take that calculation from the cell
    > above and then forecast what date that would be.
    > So, if i have determined that i have 94 days left of operations with a
    > set amount of money in the bank, excel can automatically tell me what
    > date that will be from today's date, along the lines of:
    > =today's date + 94 days = forecast date.
    >
    > I hope the above way was not too clumsy a way of explaining my point.
    >
    >
    > cheers
    > shaunl
    >
    >
    > --
    > shaunl
    > ------------------------------------------------------------------------
    > shaunl's Profile:
    > http://www.excelforum.com/member.php...o&userid=25140
    > View this thread: http://www.excelforum.com/showthread...hreadid=386345
    >




  5. #5
    Registered User
    Join Date
    07-12-2005
    Posts
    20
    awesome!

    thanks kindly guys.

    Cheers
    Shaun L

  6. #6
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by shaunl
    awesome!

    thanks kindly guys.

    Cheers
    Shaun L
    You are welcome ... thanks for the feedback.

    Regards.

+ 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