You are on page 1of 1

Average

=AVERAGE(C3:F3)

Average with Percentage

=(G3*0.6)+(K3*0.2)+(N3*0.1)+(P3*0.1)/1

Conversion in Numerical Value

=IF(Q3=100,"1.00",IF(Q3>97,"1.25",IF(Q3>94,"1.50",IF(Q3>90,"1.75",IF(Q3>88,"2.
00",IF(Q3>85,"2.25",IF(Q3>83,"2.50",IF(Q3>80,"2.75",IF(Q3>76,"3.00",IF(Q3<75,"
5.00"))))))))))

Discount Rate

=IF(B2<22,".10"*F2,IF(B2<59,"0.00"*F2,IF(B2>60,".20"*F2)))

VLOOKUP

=VLOOKUP(C2,H1:I6,2,TRUE)

You might also like