+ Reply to Thread
Results 1 to 5 of 5

Formula for count date

  1. #1
    Registered User
    Join Date
    02-15-2009
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    26

    Formula for count date

    Hello,

    Please find the attached sample sheet. When I write number of days in column B. I need formula for column C to automatically show what date it will be. Hope someone understands my explanation. Thank you for any help.
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Formula for count date

    You mean perhaps

    C2: =SUM(A2,1,B2)

  3. #3
    Registered User
    Join Date
    02-15-2009
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    26

    Re: Formula for count date

    Is that simple

    thanks donkeyOte for your help and Quick response

  4. #4
    Registered User
    Join Date
    11-26-2009
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Formula for count date

    hey thats great ..........could u just explain it in detail

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Formula for count date

    hey thats great ..........could u just explain it in detail
    See the Excel Help on the SUM function.

    In the attachment the OP wants to calculate a future date by adding a value to the current date and he showed the expected new date.

    A2: = current date using the function TODAY()
    B2: = a given numeric value ( 60 )
    C2: = expected new date: 1/26/2010

    Dates in Excel are actually serial numbers. On the PC platform, January 1, 1900 is considered "day 1". Today, 11/26/2009 = 40143 (days since 1/1/1900).

    Because Today's date + 60 does not equal 1/26/2010 it is necessary to add "1" in the calculation (or change the given numeric value from 60 to 61).

    Formula:=SUM(A2,1,B2) = (40143 + 1 + 60 ) = 40204 (which formatted as a date is 1/26/2010.
    Last edited by Palmetto; 11-26-2009 at 04:52 PM.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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