I have following 5 formulas,
Please see test file.
IF(AND(C2<4.5,D2>39),"H","") >>>>>>>Result in G:G
IF(AND(C2<10.5,C2>4,D2>24),"H","") >>>>>>>Result in H:H
IF(AND(C2<10.5,C2>4,D2<25),"V","") >>>>>>>Result in I:I
IF(AND(C2>10,D2<20,D2>-20,E2>39),"H","") >>>>>>>Result in J:J
IF(AND(C2>10,D2<20,D2>-20,E2<40),"V","") >>>>>>>Result in K:K
in a L:L I can get desise result by doing =G&H&I&J&K
How can I combine all formulas to the one formula?
Please see attached file.
Thanks.
Bookmarks