I would like to compare multiple columns and if all the results below are true, display the output "1" and if one of them is not true display the output "0".
O7>P7
Q7>R7
S7>T7
AA7> AB7
AG7>AH7
I tried with this formula, but it does not work:
=IF(O7>P7,1,IF(Q7>R7,1,IF(S7>T7,1,IF(AA7>AB7,1,IF(AG7>AH7,1,0)))))
Any help much appreciated.
O7>P7
Q7>R7
S7>T7
AA7> AB7
AG7>AH7
I tried with this formula, but it does not work:
=IF(O7>P7,1,IF(Q7>R7,1,IF(S7>T7,1,IF(AA7>AB7,1,IF(AG7>AH7,1,0)))))
Any help much appreciated.