+ Reply to Thread
Results 1 to 3 of 3

Nested Formula

  1. #1
    Registered User
    Join Date
    02-11-2005
    Posts
    1

    Nested Formula

    Dear Experts

    I am totally hopeless with formulas and hope that someone can help me with what is probably a simple question.

    Cells F2 & J2 should contain a date.
    Cell K2 should show the number of days including the weekend between the 2 dates.

    My problem is how to leave K2 blank if either or both of the 2 input cells are blank.

    Your help would be gratefully received.



    lapta301

  2. #2
    Registered User
    Join Date
    02-09-2004
    Location
    The Netherlands
    Posts
    46
    Try this:
    =IF(OR(F1="",I1=""),"",I1-F1)

  3. #3
    Registered User
    Join Date
    12-22-2003
    Posts
    8
    =IF(OR(F4="",J4=""),"",YEARFRAC(F4,J4))
    Assumeing that F4 is the starting and J4 is the ending dates

+ 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