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

Search with multiple criteria and display blank cell also

Villalobos

Active Member
Hello,

I would need you advice regarding blank cell displaying.
In my sample file I search the target value based on 2 criterias, it is working fine but if the formula doesn't find anything then turn to 0. i would like that if the formula doesn't find anything then turn to blank cell instead of 0.

The original file has more 1000 rows.



Thank you in advance your advice!
 

Attachments

  • sample.xlsx
    12.3 KB · Views: 4
Just remove the N/A from "N/A".

=IFERROR(INDEX(MAV!$M$17:$M$1033,MATCH(H17 & K17,MAV!$H$17:$H$1033 & MAV!$K$17:$K$1033,0)),"")
 
Formula remain same just did conditional formatting.

& another req formula : =AVERAGEIF(O17:O18,">0",O17:O18)
 

Attachments

  • sample (19).xlsx
    12.3 KB · Views: 3
Back
Top