PrintPostage
New Member
- Joined
- Feb 19, 2018
- Messages
- 7
So I'm having an issue getting my formula to work properly.
What I'm trying to do:
Highlight the cells that are greater than 67% with criteria of engineer, delivery, M/S or other. These are in two separate columns.
If I use this:
=OR(G1="Engineer";G1="M/S";G1="Delivery";G1="other";G1="Engineer/Delivery"),AND($F1>.67)
I get an error. Not sure what I'm doing wrong.
If I input these separately, I'll have things that aren't 67%+ highlighted, or things that aren't one of the texts highlighted if it equals 67%+. I want things that match both the criterias to be highlighted. So both things are true, 67%+ and one of the texts.
Thanks for any and all help you can provide.
What I'm trying to do:
Highlight the cells that are greater than 67% with criteria of engineer, delivery, M/S or other. These are in two separate columns.
If I use this:
=OR(G1="Engineer";G1="M/S";G1="Delivery";G1="other";G1="Engineer/Delivery"),AND($F1>.67)
I get an error. Not sure what I'm doing wrong.
If I input these separately, I'll have things that aren't 67%+ highlighted, or things that aren't one of the texts highlighted if it equals 67%+. I want things that match both the criterias to be highlighted. So both things are true, 67%+ and one of the texts.
Thanks for any and all help you can provide.