IF

G

Guey Lan

The scenario as follows:-
if N7=A, 420
if N7=B, 288
if N7=C, 130
if N7=D, 126

Appreciate your help!!
 
J

JMB

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 A1:D2 and
=VLOOKUP(N7,A1:D2,2,0)
 
Top