G Guest Apr 19, 2007 #1 The scenario as follows:- if N7=A, 420 if N7=B, 288 if N7=C, 130 if N7=D, 126 Appreciate your help!!
G Guest Apr 19, 2007 #3 Another suggestion - which could be useful if your scenario expands =VLOOKUP(N7,{"A",420;"B",288;"C",130;"D",126},2,0) The table could be placed in A12 and =VLOOKUP(N7,A12,2,0)
Another suggestion - which could be useful if your scenario expands =VLOOKUP(N7,{"A",420;"B",288;"C",130;"D",126},2,0) The table could be placed in A12 and =VLOOKUP(N7,A12,2,0)
G Guest Apr 19, 2007 #4 Thanks.... Teethless mama said: =IF(N7="A",420,IF(N7="B",288,IF(N7="C",130,IF(N7="D",126,"")))) Click to expand...
Thanks.... Teethless mama said: =IF(N7="A",420,IF(N7="B",288,IF(N7="C",130,IF(N7="D",126,"")))) Click to expand...