+ Reply to Thread
Results 1 to 3 of 3

Calculate days between 2 dates and returning a blank cell if there is missing data

  1. #1
    Registered User
    Join Date
    03-05-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    6

    Calculate days between 2 dates and returning a blank cell if there is missing data

    Hi there,

    I previously wrote a post about a similar issue, however now I am adding another scenario into the equation, so again I am stuck on calculating processing days between dates unfortunately!

    Please see attached spreadsheet. I am having issues with column D. I only need a result in column D if there is not already a result in column C.

    Also if there is missing data in columns A & B, I need column D to remain blank.

    Any help would be most appreciated!

    Thanks

    Jaz.
    Attached Files Attached Files
    Last edited by j_dinh; 04-14-2013 at 01:55 AM. Reason: Solved

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Calculate days between 2 dates and returning a blank cell if there is missing data

    hi Jaz, is this what you need? in D2:
    =IF(OR(C2<>"",A2=""),"",TODAY()-A2)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    03-05-2013
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Calculate days between 2 dates and returning a blank cell if there is missing data

    Yes, thank you so much!! I've been trying to figure it out on my own for ages but kept getting stuck! Really appreciate your help & quick 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