Hi guys,
Bugger if I can make this work with the correct syntax. So I want a formula that returns TRUE if the 1st section is met AND either of the 2nd sections. Does this make sense?
1st section
IF(AND($D2>2.29,$D2<7.51,$AP2<"",$A2<=TODAY()))
Then
2nd section
IF(AND($AR2="afl", $J2>1,$I2<-1)) + must meet 1st section
OR
IF(AND($AR2="nrl OR sl", $AI2>1.67, $O2<2.35)) + must meet 1st section
Bugger if I can make this work with the correct syntax. So I want a formula that returns TRUE if the 1st section is met AND either of the 2nd sections. Does this make sense?
1st section
IF(AND($D2>2.29,$D2<7.51,$AP2<"",$A2<=TODAY()))
Then
2nd section
IF(AND($AR2="afl", $J2>1,$I2<-1)) + must meet 1st section
OR
IF(AND($AR2="nrl OR sl", $AI2>1.67, $O2<2.35)) + must meet 1st section