Rounding...

msk7777

Active Member
Joined
Mar 30, 2004
Messages
280
I have a column that has different prices that I need fomated to either roundup or down (examples: $75.46, $35.67 to $75.00, $36.00). How do you format the column to do this?

msk7777
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I don't think you can get there with formatting... have you tried the Round() function?
 
Upvote 0
No I haven't, basically I just need the following prices rounded either down or up to the nearest dollar amount and I am not quite sure how to do this. Is there on formula that would round up and round down?
CDT-5 Compliant updated POS Schedules effective 01-01-2007.xls
DEFG
8Fee
9
10$18.53
11$29.43
12$30.52
13$80.00
14$21.80
15$23.98
16$53.41
17$9.81
18$7.63
19$15.26
20$20.71
21$19.62
22$10.90
CI-1
 
Upvote 0
in e10, enter
Code:
=round(d10,0)
and copy down... should get you there. Just be advised that the common rounding rules are applied, rather than the scientific/engineering rounding rules.
 
Upvote 0

Forum statistics

Threads
1,216,086
Messages
6,128,736
Members
449,466
Latest member
Peter Juhnke

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