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

Scan a table for data

Andyaf

New Member
Hi,

I need some basic excel help to validate if a certain piece of data is within a table. On the excel sheet above, there are two tables. The left table is a piece of data, the right table is a full list of data.

I would like be able to scan the right table and validate if the data from the left table is in the right table. (Yes or No)

Can this be done!

Thanks for your help!
 

Attachments

Hi,

">0" might be omitted..

=IF(COUNTIFS(F8:F12,C8,G8:G12,D8),"Yes","No")
:)
Got it,
that means if count is greater than ZERO, it will automatically TRUE (without logical operator), and will FALSE if the result is ZERO.

interesting...
Thank you Sir.
 
Back
Top