Thread
:
Multiple FIND functions in Conditional Formatting
View Single Post
#
2
IlanR
Posts: n/a
Try reversing the parameters in the Find function, i.e.
=AND(FIND("h",B1),LEN(G1)=2) and make sure B1 is Text.
Ilan
Reply With Quote