LostHiWay Golden Member Apr 22, 2001 1,544 0 76 Feb 19, 2003 #1 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
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 Feb 19, 2003 #2 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
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 Feb 19, 2003 #3 Originally posted by: Legendary Whoops - misread Edit: Total = Subtotal + Subtotal x .0745 Total = Subtotal(1.0745) Total/1.0745 = Subtotal Subtotal * .0745 = Tax Click to expand... Now I remember...Thanks!!
Originally posted by: Legendary Whoops - misread Edit: Total = Subtotal + Subtotal x .0745 Total = Subtotal(1.0745) Total/1.0745 = Subtotal Subtotal * .0745 = Tax Click to expand... Now I remember...Thanks!!