Hey,
I am aware that excel does not allow more than 7 nested if loops. This is my current formula. I've just realized that my formula has to continue in this pattern up to 15 times. Any ideas on how to make it work?
=IF(AND(H3965>90,H3965<180,$O$2>0,$O$2<180,E3965>180,E3965<360),"TR1",(IF(AND(H3965>90,H3965<180),"TR",(IF(AND(H3965>0,H3965<90),"TL",(IF(AND(H3965>180,H3965<270,$O$2>0,$O$2<180,E3965>180,E3965<360),"BR1",(IF(AND(H3965>180,H3965<270),"BR",(IF(AND(H3965>270,H3965<360),"BL","")))))))))))
I am aware that excel does not allow more than 7 nested if loops. This is my current formula. I've just realized that my formula has to continue in this pattern up to 15 times. Any ideas on how to make it work?
=IF(AND(H3965>90,H3965<180,$O$2>0,$O$2<180,E3965>180,E3965<360),"TR1",(IF(AND(H3965>90,H3965<180),"TR",(IF(AND(H3965>0,H3965<90),"TL",(IF(AND(H3965>180,H3965<270,$O$2>0,$O$2<180,E3965>180,E3965<360),"BR1",(IF(AND(H3965>180,H3965<270),"BR",(IF(AND(H3965>270,H3965<360),"BL","")))))))))))