rounddown()

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
While I understand roundup() function and it does make the name is round up because it round by by 1 but what I found that the name of Rounddown() function does not make any sense. It does not change anything just "trim" the decimal numbers, if I say rounddown(A1,2) this function will keep only 2 decimals and trim/cut the reset. Am I right to say that function only trim decimals? Thank you very much

Book1
ABCD
1roudupround down
2666
34.6548934.664.65
42.2650632.272.26
58.4061768.418.4
69.3192679.329.31
74.1553154.164.15
84.7876484.794.78
97.9681797.977.96
103.034923.043.03
117.581887.597.58
128.773868.788.77
Sheet1
Cell Formulas
RangeFormula
C2:C12C2=ROUNDUP(A2,2)
D2:D12D2=ROUNDDOWN(A2,2)
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
It depends on what you want to ROUNDDOWN to.
If you want to roundown to the nearest whole number, you would use

Excel Formula:
=ROUNDDOWN(A1,0)
Have a look here for all the scenarios of the ROUNDDOWN function

 
Upvote 0
Solution
Rounddown() function does not make any sense.
To me it makes perfect sense.
Using your examples ..
ROUNDUP(..., 2) returns the closest 2-decimal place number that is greater than or equal to the original number
ROUNDDOWN(..., 2) returns the closest 2-decimal place number that is less than or equal to the original number
 
Upvote 0

Forum statistics

Threads
1,214,835
Messages
6,121,880
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top