dangerousmouse
New Member
- Joined
- Jan 8, 2010
- Messages
- 9
Hi Everyone,
How do I reduce this syntax?
I want the formula to:
If either F5 - M5 display values of 1 - 4 then show the word "Opening" in another chosen cell.
The formula works... But it seems to me that there must be a more efficient way to achieve the same goal.
Do you know how the formula might be reduced?
=IF(OR(F5=1,F5=2,F5=3,F5=4,G5=1,G5=2,G5=3,G5=4,H5=1,H5=2,H5=3,H5=4,I5=1,I5=2,I5=3,I5=4),"Opening",IF(OR(J5=1,J5=2,J5=3,J5=4,K5=1,K5=2,K5=3,K5=4,L5=1,L5=2,L5=3,L5=4,M5=1,M5=2,M5=3,M5=4),"Opening",""))
Thanks in advance, Dangerousmouse
How do I reduce this syntax?
I want the formula to:
If either F5 - M5 display values of 1 - 4 then show the word "Opening" in another chosen cell.
The formula works... But it seems to me that there must be a more efficient way to achieve the same goal.
Do you know how the formula might be reduced?
=IF(OR(F5=1,F5=2,F5=3,F5=4,G5=1,G5=2,G5=3,G5=4,H5=1,H5=2,H5=3,H5=4,I5=1,I5=2,I5=3,I5=4),"Opening",IF(OR(J5=1,J5=2,J5=3,J5=4,K5=1,K5=2,K5=3,K5=4,L5=1,L5=2,L5=3,L5=4,M5=1,M5=2,M5=3,M5=4),"Opening",""))
Thanks in advance, Dangerousmouse