vijeshlalv
New Member
Hi, Can anyone point out the error i had made in my formula.
=IF(G15=K3,(((0.15*(G10*G10))/G5)*(460/1.8)),IF(AND(G15=K4,(((0.15*(G10*G10)/G5)*(460/2)))),IF(AND(G15=K5),(((0.15*(G10*G10)/G5)*(460/2.2)))),IF(G15=K6,(((0.15*(G10*G10)/G5)*(460/2.5))))*0))
G15 is the cell for selecting the grade for which the list is in K3 to K6. Based on this selection the formula should change.
=IF(G15=K3,(((0.15*(G10*G10))/G5)*(460/1.8)),IF(AND(G15=K4,(((0.15*(G10*G10)/G5)*(460/2)))),IF(AND(G15=K5),(((0.15*(G10*G10)/G5)*(460/2.2)))),IF(G15=K6,(((0.15*(G10*G10)/G5)*(460/2.5))))*0))
G15 is the cell for selecting the grade for which the list is in K3 to K6. Based on this selection the formula should change.