There is a table of values in sheet 1 which I want to conditionally format(Highlight the cells in color if the nested value finds a match in the table of sheet 2).
But it seems like vlookup function couldn't be used in combination with conditional formatting.
When I put in the formula for format rules(I choose "Custom formula is"),it doesn't work.
Here is the formula I use.
Custom formula is "B1=vlookup(B1,Sheet2!$A$1:$A$6,1,false)"
Is there anything wrong here in this step? Can Vlookup function be used with conditional formatting?
A range of cells which I want to conditionally format