I would like to create an indicator.
This indicator should display "OK" when two columns both either display a bunch of letters in the same row or both of the columns display a value of 0.
The indicator should display "ERROR" if the left column displays a 0 and the right column displays a bunch of letters.
I have been trying:
=IF(AND(B3:B17=0,C3:C17<>0),"ERROR","OK")
But that does not work.
The following example might help:
Simple example.xlsx
Thanks already!!!
Bookmarks