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

Get Formula for searching text between 2 columns and show result

Hello All,

I need help to get formula for below scenario.

for the Product if there is no mention N on Delta column then on Result column should come as No

If for the Product having N on Delta column then on Result column should come as Yes

ProductDeltaResult
35314133 BaseNYes
35314133 BaseYYes
35314133 ChassisNYes
35314133 ChassisYYes
35314133 GraphicsYNo
35314133 GraphicsYNo

Thank you in Advance

Regards,
Anantha Krishna
 
how about
=IF(COUNTIFS($A$2:$A$7,A2,$B$2:$B$7,"N"),"YES","NO")
 

Attachments

  • Product-ETAF.xlsx
    9.4 KB · Views: 2
Back
Top