ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Using ROUND formula to calculate tax (https://www.excelbanter.com/excel-worksheet-functions/5191-using-round-formula-calculate-tax.html)

Saskia

Using ROUND formula to calculate tax
 

Using the round formula, how can I calculate, 20%VAT on a particular
item?


--
Saskia
------------------------------------------------------------------------
Saskia's Profile: http://www.excelforum.com/member.php...o&userid=15810
View this thread: http://www.excelforum.com/showthread...hreadid=273089


Jack Schitt


"Saskia" wrote in message
...

Using the round formula, how can I calculate, 20%VAT on a particular
item?


--
Saskia
------------------------------------------------------------------------
Saskia's Profile:

http://www.excelforum.com/member.php...o&userid=15810
View this thread: http://www.excelforum.com/showthread...hreadid=273089


Assuming you want it to 2 decimal places, and fractions of third+ decimal to
be rounded down,
=ROUNDDOWN(A1/5,2)
Where A1 contains the VAT-exclusive amount, or
=ROUNDDOWN(A1/6,2)
Where A1 contains the VAT-inclusive amount.
You could just use =ROUND() instead of =ROUNDDOWN() as above, which would
result in rounding to the nearest 2nd decimal place. Most regimes require
rounding down.



Govind

Hi,

Why do you want to use round formula only for this?

Cant you use the formula of =20%*item value

Regards

Govind.

Saskia wrote:
Using the round formula, how can I calculate, 20%VAT on a particular
item?




Frank Kabel

Hi
do you mean
=ROUND(A1*0.2,2)

"Saskia" wrote:


Using the round formula, how can I calculate, 20%VAT on a particular
item?


--
Saskia
------------------------------------------------------------------------
Saskia's Profile: http://www.excelforum.com/member.php...o&userid=15810
View this thread: http://www.excelforum.com/showthread...hreadid=273089




All times are GMT +1. The time now is 05:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com