rcrecelius
Technical User
I have this formula working as is but it needs 1 more "IF" added to it...Ive never created a formula this lengthy but I thought I could do 7 "IF's" without a problem.
here is the formula...
=IF(VLOOKUP(H2,A:E,5,TRUE)="M",IF(VLOOKUP(H2,A:G,7,TRUE)="A",(VLOOKUP(H2,A:F,6,TRUE)/100)*O2),
IF(VLOOKUP(H2,A:G,7,TRUE)="E",(VLOOKUP(H2,A:F,6,TRUE)/100)*O2))
here is the formula...
=IF(VLOOKUP(H2,A:E,5,TRUE)="M",IF(VLOOKUP(H2,A:G,7,TRUE)="A",(VLOOKUP(H2,A:F,6,TRUE)/100)*O2),
IF(VLOOKUP(H2,A:G,7,TRUE)="E",(VLOOKUP(H2,A:F,6,TRUE)/100)*O2))