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!!
if N7=A, 420
if N7=B, 288
if N7=C, 130
if N7=D, 126
Appreciate your help!!
Teethless mama said:=IF(N7="A",420,IF(N7="B",288,IF(N7="C",130,IF(N7="D",126,""))))