I been looking for hours, for a way to check data from 1 table to another with conditional formatting, something like this :

And the conditional formatting would color the cell on table A if any of the items match with another from table B.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t use Conditional Formatting across worksheets (I’ve just realised). The only way to do it would be to have a “copy” of your lookup data on the same sheet as the cells where you want the Condintional Formatting. So set e.g. A3 = Sheet2!A3, A4 = Sheet2!A4 etc. You should then be able to use Conditional Formatting for the cells. So select one cell in table A, go to Format/Conditional Formatting and pick formula, then go for something like this:
Where D3 is the cell in table A, and $A$3:$A$6 is the location of table B. Or similar.