Help please: How to get whole numbers to round to the nearest 99

laurenjl23

New Member
Joined
Jan 26, 2016
Messages
9
Example:
$550 I need to round to $599.
$2735 I need to round up to $2799.

It will always be the last two digits we need to round to 99.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hi

Try rounding up to the nearest 100 then subtract 1

=ROUNDUP(A2, -2)-1

HTH

Dave
 
Upvote 0
Great, thanks for the feedback.

I suggested rounding up as your example suggested this was what you wanted to achieve. However you could easily apply the same to rounding to nearest or down.

Take care

Dave
 
Upvote 0
Just to remark that the nearest 99 for $2735 is $2699, but apparently you always want to round up.
 
Upvote 0

Forum statistics

Threads
1,214,892
Messages
6,122,112
Members
449,066
Latest member
Andyg666

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