+ Reply to Thread
Results 1 to 4 of 4

how to calculate the number of days between two dates -

  1. #1
    Forum Contributor
    Join Date
    02-28-2013
    Location
    NY, USA
    MS-Off Ver
    Excel 2019
    Posts
    101

    how to calculate the number of days between two dates -

    I know excel can calculate the number of days between two dates when the dates are properly displayed.
    However, I now have an excel with dates listed as follows

    pair1 20160127
    pair1 20180731
    pair2 20160224
    pair2 20160601
    pair3 20170208
    pair3 20170501

    How do I calculate the number of days between these pairs ?

    Any suggestion or formula ?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: how to calculate the number of days between two dates -

    Maybe like this...

    C1 and down =(MID(B1,5,2)&"/"&RIGHT(B1,2)&"/"&LEFT(B1,4))+0
    D1 and down =IF(A1=A2,C2-C1,"")
    Attached Files Attached Files
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    02-28-2013
    Location
    NY, USA
    MS-Off Ver
    Excel 2019
    Posts
    101

    Re: how to calculate the number of days between two dates -

    @Jeffrey, thanks a lot !

    Q1 Is it correct that Excel recognizes (#/#/#) as (month/day/year) [*ignore the ()] ?
    Q2 What is "+0" for

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: how to calculate the number of days between two dates -

    Q1: Yes, but Excel also has regional settings specific to your area.

    Q2: +0 converts the text string into a number

    Edit: Excel recognizes a date as a number. Today is 43437. Tomorrow will be 43438.

    The format you see is exactly that, a format, but Excel still just sees a number as the date.

    http://www.cpearson.com/Excel/datetime.htm
    Last edited by jeffreybrown; 12-03-2018 at 12:41 PM.

+ 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. [SOLVED] Calculate number of days between 2 dates
    By mikehk in forum Excel General
    Replies: 3
    Last Post: 09-04-2018, 07:11 PM
  2. Replies: 7
    Last Post: 12-27-2017, 09:57 AM
  3. Calculate number of days between 2 dates
    By DTYS in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-28-2017, 06:01 AM
  4. Calculate number of days between two dates
    By alexlund in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-29-2014, 05:52 PM
  5. Calculate number of days between 2 dates & then assign a number based on the answer
    By MrHappyGoLucky12 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-27-2014, 09:20 PM
  6. Calculate number of days between dates
    By karl8695 in forum Excel General
    Replies: 1
    Last Post: 05-08-2012, 12:54 PM
  7. [SOLVED] calculate number of days btw dates
    By Nelson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2006, 09:02 PM

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