K
keyt
One option is to embed the if statements:
if(I3=0,"014A",(IF (I3=1,"050A, (if (I3=2, "118A", (IF
(I3=3, "159A", "blank cell")))))))
But, you've written your question wrong, because you said
that I3 = 1, 2, 3, or 4, and then below you said I3 =
0,1,2, or 3; so make sure you don't just opy what I've
done here!
if(I3=0,"014A",(IF (I3=1,"050A, (if (I3=2, "118A", (IF
(I3=3, "159A", "blank cell")))))))
But, you've written your question wrong, because you said
that I3 = 1, 2, 3, or 4, and then below you said I3 =
0,1,2, or 3; so make sure you don't just opy what I've
done here!