+ Reply to Thread
Results 1 to 3 of 3

Formula assistance

  1. #1
    Registered User
    Join Date
    02-25-2008
    Location
    Rhode Island
    Posts
    56

    Question Formula assistance

    Hello!

    I have this formula:
    =IF(E18="","",IF(E18="N/A","N/A",IF(E18<=11,"Compliant",IF(E18>=11,"Non Compliant",""))))

    *** The problem is if the cell is blank or zero, the equasion equals complaint or non complaint.

    Can you reccommend a formula if: E18 is blank or 0, the result should be left blank because I have another formula that is counting the number of items that are compliant or non compliant.

    Thanks,
    ~Dawn

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    =IF(OR(E18=0,E18=""),"",IF(E18="N/A","N/A",IF(E18<=11,"Compliant","Non Compliant")))

  3. #3
    Registered User
    Join Date
    02-25-2008
    Location
    Rhode Island
    Posts
    56

    Thumbs up Perfect!!!!!!!!

    Thank you, Thank you, Thank you!

    I don't know what I would do without this forum!

+ 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