+ Reply to Thread
Results 1 to 5 of 5

Date to days

  1. #1
    Registered User
    Join Date
    04-09-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    19

    Date to days

    If I have a date in say column A (9/30/13) is there a way I can bring a value that (using todays date) tells me how many days it's been from 9/30/13 to 7/22/14?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Date to days

    Just subtract them

    =B1-A1

    where A1 and B1 are dates will give you the number of days difference
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,445

    Re: Date to days

    Hi,

    Try this:

    =DATEDIF(A1,TODAY(),"d")
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  4. #4
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: Date to days

    Try

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    if you wanna add the current day...

    press Ctrl + shift + ~ to change the result in date format in number format..


    Don't forget to click *
    Last edited by Vikas_Gautam; 07-22-2014 at 11:58 AM.

  5. #5
    Registered User
    Join Date
    04-09-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Date to days

    Great! Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 07-02-2014, 01:39 PM
  2. Replies: 4
    Last Post: 05-19-2014, 04:28 PM
  3. Calculate End Date Using Start Date and No. of Days excluding specific days.
    By SinusxCosinusx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-22-2013, 05:48 AM
  4. Changing Cell Colour set days before a date and set days after a date.
    By imranrasool in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 04-26-2013, 03:40 AM
  5. excel formula: days remaining=end date-todays date+extention days
    By fsprings in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-04-2013, 06:45 AM

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