+ Reply to Thread
Results 1 to 3 of 3

Seeking FOrmula for Calculating Number of Days between 2 Dates

  1. #1
    Registered User
    Join Date
    02-17-2013
    Location
    Raleigh, North Carolina
    MS-Off Ver
    Excel 2003
    Posts
    11

    Seeking FOrmula for Calculating Number of Days between 2 Dates

    -What formula should I use if I wanted to calculate the number of days between the date in column D and the date in column J once a date is filled into column J and place the answer in column K?

    I have been trying to figure this out and am going to continue to do so. I figured I'd ask while I continued working on it.

    Thank you in advance for any help.
    Tara
    Last edited by TMack; 02-18-2013 at 01:12 PM. Reason: Typos

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Seeking FOrmula for Calculating Number of Days between 2 Dates

    Maybe..

    =IF(J1="","",D1-J1)

    format as number
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    02-17-2013
    Location
    Raleigh, North Carolina
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Seeking FOrmula for Calculating Number of Days between 2 Dates

    I got this formula to work:

    =IF(ISBLANK(D157),"",IF(J157=0,"",J157-D157))

    Yours is much simpler. When I had column D before column J it gave me a negative, so I switched those around.

    Thank you for your response!

+ 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