I'm trying to combine two IF formula's and seem to be on the struggle bus this morning because I can't get it to work right. Each formula works independently, but I can't figure out how to put them into one formula. Can anyone assist?
[=IF(OR(AND(CSV!AA3>0,CSV!AA3<71),CSV!AA3>121),"WJ"," ")]
[=IF(OR(AND(CSV!Z3>0,CSV!Z3<71),CSV!Z3>121),"WJ"," ")]
They are to give me the "WJ" as a result if any number in column Z or AA is [greater than zero and less than 71] or [greater than 121]. So basically give "WJ" as a result if it doesn't fall between 71 and 121. If you have an easier formula that works I'm all for using it.
Thank you in advance.
[=IF(OR(AND(CSV!AA3>0,CSV!AA3<71),CSV!AA3>121),"WJ"," ")]
[=IF(OR(AND(CSV!Z3>0,CSV!Z3<71),CSV!Z3>121),"WJ"," ")]
They are to give me the "WJ" as a result if any number in column Z or AA is [greater than zero and less than 71] or [greater than 121]. So basically give "WJ" as a result if it doesn't fall between 71 and 121. If you have an easier formula that works I'm all for using it.
Thank you in advance.