formulas

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

Guest

To you pros out there this may sound stupid. If taxes are 8.160% what
formula would I use to get the exact amount. Not sure where to put the
decimal point.

Thanks
 
Move the decimal two spaces to the left:

$100*.0816, for example, equals $100 * 8.16%

Dave
 
Move the decimal two spaces to the left:

$100*.0816, for example, equals $100 * 8.16%

Dave
 
This will give you the amount of tax to be applied to an amount in A1.
=A1*0.0816

This will give you the total amount including tax.
=A1+(A1*0.0816 )

HTH,
Paul
 
This will give you the amount of tax to be applied to an amount in A1.
=A1*0.0816

This will give you the total amount including tax.
=A1+(A1*0.0816 )

HTH,
Paul
 
PCLIVE said:
This will give you the total amount including tax.
=A1+(A1*0.0816 )

or just

=A1*1.0816
--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
PCLIVE said:
This will give you the total amount including tax.
=A1+(A1*0.0816 )

or just

=A1*1.0816
--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 

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