Another way is to use FIXED function, you can specify the number of decimal places but it defaults to 2 if the places aren't specified, i.e.

=FIXED(E5,2)

or just

=FIXED(E5)

Answer from barry houdini on Stack Overflow
Discussions

excel - Round to two decimal places - Stack Overflow
In the formula bar the data shows up as 69.849999999 and in the cell as 69.85. I am trying to get that number in the formula bar as 69.85. I tried Copy and Paste Values and almost everything else ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
Problem rounding up to 2 decimal places
Hi, I have 700 cells in Column C with numbers to 2 and 3 decimal places, e.g. 5.61 and 3.127. When I select Column C and choose 'Format cells' and 'Number' and alter it to 2 decimal places, the numbers correctly appear as 2 decimal place numbers. However, when I Copy and 'Paste Special'... More on mrexcel.com
๐ŸŒ mrexcel.com
5
0
December 18, 2025
How to have a rounding to 2 digits after the decimal point in excel
I tried this method but i have an issue More on forum.uipath.com
๐ŸŒ forum.uipath.com
1
0
July 15, 2021
number formatting - How can I display 2 decimal places without rounding in Excel? - Stack Overflow
I have a cell with a value of 33,460.7971 which I would like to display as 33,460.79 without changing the actual value of the cell, I do need to maintain the 4 decimal places. If I set the number f... More on stackoverflow.com
๐ŸŒ stackoverflow.com
May 23, 2024
๐ŸŒ
eFinancialModels
efinancialmodels.com โ€บ home โ€บ financial planning โ€บ precision in excel: how to round to 2 decimal places
Precision in Excel: How to Round to 2 Decimal Places
June 25, 2025 - Press Enter and your number rounds to two decimal places instantly. Excelโ€™s Format Cells feature lets you change how numbers appear without altering the actual value.
๐ŸŒ
Excel Insider
excelinsider.com โ€บ home โ€บ excel pro tips โ€บ how to round numbers in excel without formula (4 quick tricks)
How to Round Numbers in Excel Without Formula (4 Quick Tricks) - Excel Insider
August 16, 2025 - โžค From the context menu, head to Transform >> Round >> Round. โžค Then type โ€œ2โ€ in the Decimal Places box and click on OK to complete the operation. โžค Finally, click on the Close & Load button to import the dataset back to Excel.
๐ŸŒ
ExtendOffice
extendoffice.com โ€บ documents โ€บ excel โ€บ how to round percentage values to two decimal places in excel?
How to round percentage values to two decimal places in Excel?
August 29, 2024 - If you have installed Kutools for Excel, you can apply its Round utility to easily round up/down percentage values to specified decimal places without formulas. Please do as follows: Kutools for Excel - Supercharge Excel with over 300 essential tools, making your work faster and easier, and take advantage of AI features for smarter data processing and productivity. Get It Now ยท 1. Select the percentage values you will round, and click Kutools > Round. 2.
๐ŸŒ
IONOS
ionos.com โ€บ digital guide โ€บ online marketing โ€บ online sales โ€บ excel: roundup
How to round up in Excel - IONOS
October 31, 2021 - With the Excel ROUNDUP function, you can round up multiple values quickly. Select the cell where the rounded-up value should be displayed. Type =ROUNDUP(A1,2) to round up the number from cell A1 to two decimal places.
Find elsewhere
๐ŸŒ
MrExcel
mrexcel.com โ€บ forums โ€บ question forums โ€บ excel questions
Problem rounding up to 2 decimal places | MrExcel Message Board
December 18, 2025 - When you change the formatting, you don't change the value, you only change how the value is represented. You could you a Round function on the values to change to 2 decimal places: =Round(A2,2)
๐ŸŒ
Stack Overflow
stackoverflow.com โ€บ questions โ€บ 76554791 โ€บ how-can-i-display-2-decimal-places-without-rounding-in-excel
number formatting - How can I display 2 decimal places without rounding in Excel? - Stack Overflow
May 23, 2024 - As maybe there is an alternative workaround. It can be done with VBA, by creating a formula that dynamically sets the number format based on the value in the cell to a hardcoded string (E.g.
๐ŸŒ
Super User
superuser.com โ€บ questions โ€บ 1712813 โ€บ how-to-round-in-excel-based-on-value-in-3rd-decimal-place
worksheet function - How to round in Excel based on value in 3rd decimal place? - Super User
If its >= 5 you truncate at n decimals and add 10^-n. This is the typical "round to the nearest" significant digit method with the typical "round half up" tie breaking rule. ... The instructions you are following are supplying superfluous information. It is simply asking to round to 2 decimals
๐ŸŒ
Microsoft Support
support.microsoft.com โ€บ en-us โ€บ office โ€บ round-a-number-f82b440b-689d-4221-b21e-38da99d33435
Round a number - Microsoft Support
Learn about rounding numbers up, down, or to multiples or significant digits in Excel 2010. Change the number of digits that Excel displays after the decimal point.
๐ŸŒ
MrExcel
mrexcel.com โ€บ excel-tips โ€บ insert-2-decimals
Insert 2 Decimals - Excel Tips - MrExcel Publishing
May 22, 2018 - Adding machine mode in Excel: Can Excel insert 2 decimal places? I key 12345 and then enter 123.45
๐ŸŒ
Statology
statology.org โ€บ home โ€บ excel: how to display two decimal places without rounding
Excel: How to Display Two Decimal Places Without Rounding
August 22, 2023 - The easiest way to display numbers with two decimal places without rounding in Excel is to use the TRUNC function: ... This function is used to truncate a number to only show a specific number of decimal places.
๐ŸŒ
Reddit
reddit.com โ€บ r/excel โ€บ how do i round an entire worksheet to two decimal places?
r/excel on Reddit: How do i round an entire worksheet to two decimal places?
June 6, 2024 -

I have imported a big table of product prices from an external program (think like 300 columns by 200 rows) that I need to increase by a set percentage before exporting back.

I've done the price increase already using paste special but the problem is that all the prices need to be rounded to two decimal places and there are too many columns to do it manually using the round function.

Any information I can find online is just saying how to make it display two decimal places (ie. changing the format of the cells to show two decimal places) but that doesn't actually round it, the hidden numbers would still be there when i exported to the external program.

Does anyone know how to do this?

๐ŸŒ
MrExcel
mrexcel.com โ€บ forums โ€บ question forums โ€บ excel questions
How to copy Values with 2 decimal places and paste | MrExcel Message Board
July 3, 2025 - i adjusted my formula to below because if a cell in the K column was blank I wanted it to return blank instead of an N/A error (which worked) : =if(k142>.01,(round(k142,2))," ") Now I want to tweak further because I noticed a negative value (-23.08) and so with the above formula it is showing as a blank cell instead of -23.08
๐ŸŒ
ExcelDemy
exceldemy.com โ€บ home โ€บ excel formulas โ€บ how to round up to 2 decimal places in excel (with calculator)
How to Round Up to 2 Decimal Places in Excel (with Calculator) - ExcelDemy
June 14, 2024 - Use the Excel Autofill Feature to copy the formula throughout the column. As a result, you will get all the rounded averages up to two decimal places. Read More: How to Get 2 Decimal Places Without Rounding in Excel
๐ŸŒ
YouTube
youtube.com โ€บ watch
How to Get 2 Decimal Places Without Rounding in Excel - YouTube
In this video, I'll guide you through multiple methods to get two decimal places without rounding in Excel. You'll learn about using the TRUNC function, appl...
Published ย  January 25, 2024
๐ŸŒ
Superjoin
superjoin.ai โ€บ home โ€บ blog โ€บ how to limit decimal places in microsoft excel
How to Limit Decimal Places in Microsoft Excel | Superjoin
May 3, 2023 - The ROUND function can round to the nearest whole number when you set the number of decimal places to zero: ... Anybody working with numerical data needs to know how to limit decimal places in Excel.