From your description what you appear to want is a conditional statement in the cell where you want the result e.g.
=IF(A1 <=10000,A1*0.45,A1*0.25)
where A1 is the cell you wish to evaluate.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
|