C
Chris T-M
I've boiled down a problem Function to the following statement:
=IF(I54=OR(2,3,4),"Low","")
I54 = 2
Function returns ""
=IF(I54=OR(2,3,4),"Low","")
I54 = 2
Function returns ""
Duh! Thank you very much.
Now if I can just simplify 21 nested IF statements into 7 I'll be set.
- Show quoted text -