+ Reply to Thread
Results 1 to 10 of 10

IF_true/false

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: IF_true/false

    No. dont omit >0; becouse it is checking the existance of "Fail" in the range

    break the function and evaluate. this may help in understanding. e.g

    in one cell say S11 first look at the result of =MATCH("Fail",K11:P11,0)
    then in next cell T11 look at =IF(S11>0,"Fail","")
    then in next cell U11 look at =IFERROR(T11,"")

    copy paste these from row 3 to row 11.
    Last edited by Azam Ali; 07-15-2011 at 03:16 AM.

  2. #2
    Registered User
    Join Date
    11-14-2010
    Location
    HK
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: IF_true/false

    Quote Originally Posted by Azam Ali View Post
    No. dont omit >0; becouse it is checking the existance of "Fail" in the range

    break the function and evaluate. this may help in understanding. e.g

    in one cell say S11 first look at the result of =MATCH("Fail",K11:P11,0)
    then in next cell T11 look at =IF(S11>0,"Fail","")
    then in next cell U11 look at =IFERROR(T11,"")

    copy paste these from row 3 to row 11.
    Clear.. Thanks much again!!

+ 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