I'm trying to add an OR function to an IF function. I want to say if Q2 or Q3 <12 then A5 otherwise use A4. I can get it to recognize when I say just one-like Q2, but can't get it to recognize both Q2 and Q3. I've got
=IF((OR(CSV!Q2<12)),....
Which works fine, but when I put
=IF((OR(CSV!Q2<12, CSV!R3<12))....
it doesn't reference A5, it still references A4 like it doesn't recognize CSV!R3 =<12...although it does occur to me I could be going about this wrong....
I can add more info if this isn't clear enough. I always have a heck of a time trying to explain Excel.
Regards,
Nanaia
"Do or do not, there is no try"~Yoda
=IF((OR(CSV!Q2<12)),....
Which works fine, but when I put
=IF((OR(CSV!Q2<12, CSV!R3<12))....
it doesn't reference A5, it still references A4 like it doesn't recognize CSV!R3 =<12...although it does occur to me I could be going about this wrong....
I can add more info if this isn't clear enough. I always have a heck of a time trying to explain Excel.
Regards,
Nanaia
"Do or do not, there is no try"~Yoda
Last edited: