tax formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hay i need to no the tax is a percentage of the total taxable amount what formula would i use?
the total taxable amount is 641.812
if you could help it would be awsom
 
If the total taxable amount is in A1 and the tax is 5%, then


A1: 641.8125
A2: =A1*5% ===> 32.090625

Or =ROUND(A1*5%,4) ===> 32.0906
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top