Hello

I am trying to use if formula to satisfy 3 conditions, for example:

this is my formula:

=IF(K8>=1.2,E12),IF((I7<=K6),E13),IF(AND(K8<1.2,I7>K6),E11)

I am trying to select e12 if K8>=1.2 and select E13 if I7<=K6 and to select E11 if the first 2 conditions are false. Anyone have any suggestions?

RB