Why not create a 2nd table (or 2nd spreadsheet if you
prefer that mirrors the first table with the following
formula:
=IF(A1<7000,(A1*0.054),A1)
It will enable the contents of cell A1 to be validated and
if found to be under 7000 will multiply it by 5.4%
otherwise it will display the contents of A1. Try it. Let
me know if it helps.
You can always use a coy/paste values if you need to
replace the calculations with hard data.
Good luck,
Alan
-----Original Message-----
I need an IF statement that tells my cell that everything
<=7000 gets mutiplied by 5.40% and everything >7000
nothing happens to it but the value of <=7000 still stays
in the cell. Confused? it is for State unemployment tax
I have one cell with the gross pay and another with bonus
pay they equal 75600. What do I do?