Formula

  • Thread starter Thread starter MissM07
  • Start date Start date
If A1 holds the pre-tax price then =A1*7% will compute the sales tax while
=A1*1.7 will compute the price_with_tax-included.

Now all this is mathematically correct but we work in dollars and cents (or
pound and pennies etc.), so we need to do some rounding to the nearest cent
sales tax: =ROUND(A1*7%,2)
price-with-tax =ROUND(A1*1.07,2)

best wishes
 
Hi,
suppose your sales is in cell a1 and you want the 7% in B1, in b1 enter

=a1*.07

if you want in B1 to have the total sales including taxes enter

=a1*1.07

if this helps please click yes, thanks
 

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

Similar Threads

How to stop Excel from rounding a number? 3
Business Expense Report with GST calculation 3
NESTED IF STATEMENT 4
calculate taxes 4
excel question 7
If calculations 3
HELP with Query 3
Income Tax 7

Back
Top