Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bill
 
Posts: n/a
Default How do I round down a tax percentage

Once I calcaulate a tax rate, if the end result is $5.968, it automatically
rounds up when a final total is calculated. I do not want this to happen. I
need it to round down to 5.96.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default How do I round down a tax percentage

=FLOOR(A1,0.01)

where A1 holds the value

--
Regards,

Peo Sjoblom

(No private emails please)


"Bill" wrote in message
...
Once I calcaulate a tax rate, if the end result is $5.968, it
automatically
rounds up when a final total is calculated. I do not want this to happen.
I
need it to round down to 5.96.


  #3   Report Post  
Posted to microsoft.public.excel.misc
Adam Kroger
 
Posts: n/a
Default How do I round down a tax percentage

ROUNDDOWN(number,num_digits)

Number is any real number that you want rounded down.
Num_digits is the number of digits to which you want to round number.

Remark

· ROUNDDOWN behaves like ROUND, except that it always rounds a number down.
· If num_digits is greater than 0 (zero), then number is rounded down to the
specified number of decimal places.
· If num_digits is 0 or omitted, then number is rounded down to the nearest
integer.
· If num_digits is less than 0, then number is rounded down to the left of
the decimal point.

Examples

ROUNDDOWN(3.2, 0) equals 3

ROUNDDOWN(76.9,0) equals 76

ROUNDDOWN(3.14159, 3) equals 3.141

ROUNDDOWN(-3.14159, 1) equals -3.1

ROUNDDOWN(31415.92654, -2) equals 31,400
"Bill" wrote in message
...
Once I calcaulate a tax rate, if the end result is $5.968, it
automatically
rounds up when a final total is calculated. I do not want this to happen.
I
need it to round down to 5.96.



  #4   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default How do I round down a tax percentage

One mo

=TRUNC(A1,2)

Biff

"Bill" wrote in message
...
Once I calcaulate a tax rate, if the end result is $5.968, it
automatically
rounds up when a final total is calculated. I do not want this to happen.
I
need it to round down to 5.96.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
round up a function RESULT Lynne Excel Discussion (Misc queries) 4 November 10th 05 04:59 PM
Round a number in nested function kim Excel Worksheet Functions 1 July 6th 05 11:45 AM
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
Formatting percentage signs in Excel Romany Excel Discussion (Misc queries) 3 June 1st 05 07:02 PM
round up a percentage formular RoseR Excel Worksheet Functions 4 May 19th 05 02:17 PM


All times are GMT +1. The time now is 06:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"