Rounding to nearest whole number whilst retaining decimal places?

starlinggirl

New Member
Joined
Jan 8, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi all,

Possibly a very obvious question. I have a long list of prices which are the result of an IF function to apply certain discount, currently formatted as currency with two decimal places (£14.95). I'd like to round them to the nearest whole number but retain the decimal places (i.e. £15.00 not £15). Is there a quick/easy way to do this?

Thanks in advance!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
try

=ROUND(A1,0) and format to 2 decimals

Book1
ABC
114.9515.00
2
3
Sheet1
Cell Formulas
RangeFormula
B1B1=ROUND(A1,0)
 
Upvote 0
Format the result of your roundup function as Number with two decimal places
 
Upvote 0
try

=ROUND(A1,0) and format to 2 decimals

Book1
ABC
114.9515.00
2
3
Sheet1
Cell Formulas
RangeFormula
B1B1=ROUND(A1,0)

Thanks!! Was hoping there was a way to simply format the results within their cell, but this has worked nicely.
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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