S
SBond
Help!
HI,
I wonder if anyone can help me at all. I want a formulae to calculate
the following but as I'm new to excel I'm not familiar with what
operators to use, what I can use etc. Please could someone help me
out?
if G12<=2000 then G12+1
elseif G12 >2000 AND G12<=3000 then G12+5
elseif G12>3000 AND G12<=30000 then G12+10
elseif G12>30000 AND G12<=50000 then G12+50
elseif G12>50000 AND G12<=100000 then G12+100
elseif G12>100000 AND G12<=1000000 then G12+1000
elseif G12>1000000 AND G12<=20000000 then G12+10000
elseif G12>20000000 AND G12<=30000000 then G12+50000
elseif G12>30000000 then G12+100000
(G12 is the specific cell that I wish to apply this to e.g. a price
field)
Thanks!
Sarah
HI,
I wonder if anyone can help me at all. I want a formulae to calculate
the following but as I'm new to excel I'm not familiar with what
operators to use, what I can use etc. Please could someone help me
out?
if G12<=2000 then G12+1
elseif G12 >2000 AND G12<=3000 then G12+5
elseif G12>3000 AND G12<=30000 then G12+10
elseif G12>30000 AND G12<=50000 then G12+50
elseif G12>50000 AND G12<=100000 then G12+100
elseif G12>100000 AND G12<=1000000 then G12+1000
elseif G12>1000000 AND G12<=20000000 then G12+10000
elseif G12>20000000 AND G12<=30000000 then G12+50000
elseif G12>30000000 then G12+100000
(G12 is the specific cell that I wish to apply this to e.g. a price
field)
Thanks!
Sarah