Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]() "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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
How do I calculate a formula with a not-to-exceed answer? | Excel Discussion (Misc queries) | |||
How do I set up a formula on a time sheet to calculate time in 1/. | Excel Discussion (Misc queries) | |||
Simple formula doesn't quite add up | Excel Discussion (Misc queries) | |||
Formula displays does not calculate | Excel Discussion (Misc queries) |