Brain Freeze..Help with Sales Tax question

LostHiWay

Golden Member
Apr 22, 2001
1,544
0
76
Lets say I have a number that includes the sales tax..how would I get how much tax was paid, say the tax rate is 7.45%

I can't remember how to do it
 

Legendary

Diamond Member
Jan 22, 2002
7,019
1
0
Whoops - misread

Edit: Total = Subtotal + Subtotal x .0745
Total = Subtotal(1.0745)
Total/1.0745 = Subtotal
Subtotal x .0745 = Tax
Tax = (Total / 1.0745) x .0745
 

LostHiWay

Golden Member
Apr 22, 2001
1,544
0
76
Originally posted by: Legendary
Whoops - misread

Edit: Total = Subtotal + Subtotal x .0745
Total = Subtotal(1.0745)
Total/1.0745 = Subtotal
Subtotal * .0745 = Tax

Now I remember...Thanks!!