+ Reply to Thread
Results 1 to 2 of 2

simple formula with blank cells

Hybrid View

  1. #1
    Brian
    Guest

    simple formula with blank cells

    I have values in cells a1 and b1 however a1 or b1 can be blank. The formula
    in c1 should add the values of a1 and b1 only if there is a value in a1 and
    b1 otherwise if a1 or b1 are blank the value of c1 should remain blank. I
    appreciate help with a formula in c1.

  2. #2
    Reid McTaggart
    Guest

    RE: simple formula with blank cells

    =IF(OR(ISBLANK(A1),ISBLANK(B1)),"",A1+B1)

    -Reid

    "Brian" wrote:

    > I have values in cells a1 and b1 however a1 or b1 can be blank. The formula
    > in c1 should add the values of a1 and b1 only if there is a value in a1 and
    > b1 otherwise if a1 or b1 are blank the value of c1 should remain blank. I
    > appreciate help with a formula in c1.


+ 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