I have range "A1: B10". I want to apply conditional formatting to range A1:A10 such that if cell B in that row contains text "ok" then apply some format to cell A in that row.
Example:
A B
text ok
text other text
text ok
cells A1 and A3 will be formatted by the conditional formatting setting. I understand how to use FormatConditions.Add when it comes to testing the same cells which I want to format but not when it is based to a condition in other cells.
Thanks