Here is my If statement:
It resides in column J, and refers to cells in column G, same row, for calculations. J2 & G2, J3 & G3, J10 & G10...![]()
=IF(D2="A",G2*0.53,IF(D2="C",G2*0.61,IF(D2="G",G2*0.8,IF(D2="E",G2,IF(D2="J",30, IF(D2="PIB",30,"-"))))))
Is it possible to convert this to a vlookup function since I may exceed the number of If conditions "allowed"?
Bookmarks