Excel Rounding Issue

love and hate excel

New Member
Joined
Mar 22, 2023
Messages
4
Office Version
  1. 365
I would like to round these three numbers to 4 decimal places using formula.

Initial Data
Required Result
37464.0120999999​
37464.0121​
37464.0121999999​
37464.0122​
37464.0122999999​
37464.0123​

I then want to copy and paste values on the formula. (It’s for a large volume of data so I want the end user to avoid any calculations)

I would like the numbers stored as numbers, not text. (I want to avoid using “Text to columns” function to fix it)

Is it possible???
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
when I did a copy and paste of the cells with the ROUND function it kept the 1,2,3 in the 4th decimal position.
Where are you pasting the data?

Book1
ABCD
1Initial DataRequired ResultColumn B Values Pasted
237464.012099999937464.012137464.012137464.0121
337464.012199999937464.012237464.012237464.0122
437464.012299999937464.012337464.012337464.0123
Sheet4
Cell Formulas
RangeFormula
B2:B4B2=ROUND(A2,4)
 
Upvote 0
Try selecting D3 & look in the formula bar, or expand the number of decimals being shown.
 
Upvote 0
Try selecting D3 & look in the formula bar, or expand the number of decimals being shown.
isn't that goofy.
Book1
ABCD
337464.012199999937464.012237464.012237464.0121999999
Sheet4
Cell Formulas
RangeFormula
B3B3=ROUND(A3,4)
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,509
Members
449,089
Latest member
RandomExceller01

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