• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Skip Row If Conditions Not Met

V.BALJEKAR

New Member
I work with an excel 2013.

As the heading says I need a formula to return those details which meet the given two conditions.
In other words, it should skip to next row if any of the two conditions are not met.
The detail I am looking for is in the column "Item details"

The sample excel file is attached.

Requesting for a solution for the same.
 

Attachments

  • SKIP ROWS IF CONDITIONS NOT MET.xlsx
    11.4 KB · Views: 3
In K5:

=IFERROR(INDEX(C:C,SMALL(IF(($B$5:$B$600="IH")*($H$5:$H$600>0),ROW($B$5:$B$600)),ROWS($1:1))),"")

Confirm using CTRL+SHIFT+ENTER (not just ENTER) and then copy down.
 

Attachments

  • V.BAIJEKAR SKIP ROWS IF CONDITIONS NOT MET CHANDOO 2013 AliGW.xlsx
    13 KB · Views: 4
Yes. I had looked at the attachment and its giving the correct results in my working file too.
Thank you so much for the prompt response and the solution.
 
Back
Top