+ Reply to Thread
Results 1 to 2 of 2

Nested IF's

  1. #1
    Forum Contributor
    Join Date
    12-02-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    209

    Nested IF's

    Hi guys,

    I am having some trouble with this formula.

    What i need to do is for a simple Pass or Fail to be published if a value is greater that another... easy

    Please Login or Register  to view this content.
    Though, I also need the cell to be blank (" ") if nothing appears in the adjacent L12 column.


    Please Login or Register  to view this content.

    I cant seem to get this to work.

    Any help would be great.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,111

    Re: Nested IF's

    Put IF " " condition first:

    =IF(L5="", "", =IF(O5 < P5,"Pass", "Fail"))

    or

    =IF(ISBLANK(L3), "", IF(O3<P3, "Pass", "Fail"))
    Never use Merged Cells in Excel

+ 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