+ Reply to Thread
Results 1 to 3 of 3

Date Formula

  1. #1
    Registered User
    Join Date
    04-11-2005
    Posts
    48

    Question Date Formula

    Hello,

    I am trying to have Cell A1 Ref a date that material came in. Then I am haveing the date in Cell A2 Ref a date that shows Now or Today. Then in Cell A3 I want it to show the days that have passed.
    The problem is when Cell A1 has no date in it the cell in Cell A3 shows the date for Now or Today in numeric ref. I do not want anything to show. I want Cell A3 to stay blank if any part of the formula is not there.
    If anyone has information they can email me at [email protected]

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    you will need to use an if statement

    example for cell a3

    =if(or(a1="",a2=""),"",your formula here)

  3. #3
    Registered User
    Join Date
    04-11-2005
    Posts
    48

    Smile Great

    This is what I have been looking for. It will caculate the number of days that something is late. If nothing is in there it is blank.

+ 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