+ Reply to Thread
Results 1 to 3 of 3

Zeros in Formulas

  1. #1
    Registered User
    Join Date
    08-14-2006
    Posts
    18

    Zeros in Formulas

    Hello, I have a formula that uses several different cells. If one of those cells is blank I would like the formula to result in "Incomplete". Can this be done?

  2. #2
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Maybe something like:

    =IF(OR(A1="",B1="",C1=""),"Incomplete",YourCalcHere)

    replacing YourCalcHere with whatever your formula is currently.

    If these cells form a contiguous range, then maybe:

    =IF(COUNTIF(A1:C1,"")>0,"Incomplete",YourCalcHere)

  3. #3
    Registered User
    Join Date
    08-14-2006
    Posts
    18
    Thanks a million, you've made me look a like a wizard here at work! I'll be sure to give you credit though

+ 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