phil123_123
New Member
- Joined
- Feb 3, 2015
- Messages
- 2
I've spent quite some time googling to find an to the following but failed (hard to get quite right search terms):
How to simplify the following formula:
Simplifying IF(OR(A4=B2, A4=C2, A4=D2, .......... , A4=ZZ2), 0, "Error")
To something of this style (though this doesn't work): IF(A4=B2:ZZ2, 0, "Error")
I should also mention that all of these cells contain strings.
Many thanks in advance for any help (and apologies if I am repeating a previous post).
How to simplify the following formula:
Simplifying IF(OR(A4=B2, A4=C2, A4=D2, .......... , A4=ZZ2), 0, "Error")
To something of this style (though this doesn't work): IF(A4=B2:ZZ2, 0, "Error")
I should also mention that all of these cells contain strings.
Many thanks in advance for any help (and apologies if I am repeating a previous post).