hamistasty
Board Regular
- Joined
- May 17, 2011
- Messages
- 208
In the following formula:
I want the true statement to be true if any of the OR statements are in ANY of the cells in column A.
So far it returns a false statement when there is at least one "FIC001" value in column A.
tia
Code:
=IF(OR(Schedule!A:A="FIC001",Schedule!A:A="FIC002"),"Y","N")
I want the true statement to be true if any of the OR statements are in ANY of the cells in column A.
So far it returns a false statement when there is at least one "FIC001" value in column A.
tia