+ Reply to Thread
Results 1 to 3 of 3

How do I leave formula cell blank if 2nd reference cell is empty?

  1. #1
    Liana S
    Guest

    How do I leave formula cell blank if 2nd reference cell is empty?

    example:

    cell a1 had date, cell b1 WILL HAVE a date in it. cell c1 has
    formula=(a1+b1)+1.

    I'd like cell c1 to display empty until cell b1 has data in it.

    How do I do this?

  2. #2
    Dave O
    Guest

    Re: How do I leave formula cell blank if 2nd reference cell is empty?

    The formula in C1 would be
    =IF(B1="","",A1+B1+1)


  3. #3
    Gary''s Student
    Guest

    RE: How do I leave formula cell blank if 2nd reference cell is empty?

    =IF(B1="","",A1+B1+1)
    --
    Gary's Student


    "Liana S" wrote:

    > example:
    >
    > cell a1 had date, cell b1 WILL HAVE a date in it. cell c1 has
    > formula=(a1+b1)+1.
    >
    > I'd like cell c1 to display empty until cell b1 has data in it.
    >
    > How do I do this?


+ 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