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

Countif formula

Try this:
=SUMPRODUCT(($A$2:$A$4="B")*($B$2:$F$4="LV"))
or
=COUNTIF(INDEX(B2:F4,MATCH("B",A2:A4,0),),"LV")
 
Back
Top