DashboardNovice
Member
Is there anything wrong with this code:
=VLOOKUP($A2,'Raw Data'!$A:$B,2,0)<>"Include"
When I change <> to = it works. So it seems like CF doesn't like the <> sign.
=VLOOKUP($A2,'Raw Data'!$A:$B,2,0)<>"Include"
When I change <> to = it works. So it seems like CF doesn't like the <> sign.