formula for taxing

J

jesseok

I am having trouble getting the tax formula. I need to figure a .0925% tax
rate on the line above the tax line. Really simple, just not getting it.
Thanks, Jeff
 
J

John C

Is your tax really 0.0925% ? My guess is can be looked as either 9.25% or
0.0925.

Either way
=A1*9.25%
or
=A1*0.0925

Hope this helps.
 
Top