+ Reply to Thread
Results 1 to 3 of 3

blank cells

  1. #1
    Registered User
    Join Date
    09-15-2005
    Posts
    6

    blank cells

    I need to calculate times that someone arrived somewhere and what time they had a test done. So far, I have figured these functions out, however, I have arrival time in say A2, testing time in A4, with the calculated time showing up in A8. If either A2 or A4 is blank, I need N/A to show up in A8????

    Thanks

  2. #2
    Registered User
    Join Date
    09-15-2005
    Posts
    9
    Try this
    =if(or(A2="",A4=""),"N/A",<your existing formula>)

  3. #3
    Registered User
    Join Date
    09-15-2005
    Posts
    6

    Thank You

    Sorry it took so long to say, Thank You.

+ 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