K
Kevin Vidrine
Can I put multiple if's in the same cell. This is what Im
trying to say.
If(b1=3,B13*0.1,0) If B1 =3 the multiply B13 by .1
otherwise return 0.
If(b1=4,b13*0.15,0)
If(B1=5,B13*0.16,0)
If(B1=6,B13*0.17,0)
If(B1=7,B13*0.18,0)
If(B1=8,B13*0.19,0)
If(B1=>9,B13*0.20,0)
I want to make all these into one formula so it return
the correct value no matter what number I put in b1.
Thanks
trying to say.
If(b1=3,B13*0.1,0) If B1 =3 the multiply B13 by .1
otherwise return 0.
If(b1=4,b13*0.15,0)
If(B1=5,B13*0.16,0)
If(B1=6,B13*0.17,0)
If(B1=7,B13*0.18,0)
If(B1=8,B13*0.19,0)
If(B1=>9,B13*0.20,0)
I want to make all these into one formula so it return
the correct value no matter what number I put in b1.
Thanks