• 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.

How to skip a row in case criteria is not matching

Hi

I just wanted to how to skip a row in case of If Formula

For Example "

=if (B2="------------", A2, Next row).

Kindly help me the formula to be use to move to Next row

Regards
Ramana
 
It won't be as simple as you imagine. Please provide a sample workbook with some dummy data showing what you wish to achieve.
 
Sorry - this does not show me what you want the formula to do. I am assuming that the formula you have written does not do what you want. In column D, please add 10-15 rows of manually calculated data to show what you want the formula to return and then ppst the workbook again.
 
In D2 copied down:

=IFERROR(INDEX($B$1:$B$500,AGGREGATE(15,6,ROW($2:$500)/($C$2:$C$500="________"),ROW(1:1))),"")
 
Nobody is incapable of saying thank you. At least you got thanked for your part int this thread, even if I got ignored. :D
 
Back
Top