🌐
Quora
quora.com › How-can-you-round-up-or-down-a-value-in-Excel-without-using-VLOOKUP-IF-and-other-formulas
How to round up or down a value in Excel without using VLOOKUP, IF and other formulas - Quora
To round numbers to some whole-number digit, divide the original number by some power of ten, round, then multiply to restore the original order of magnitude. For example, to round 95,342 to the nearest thousand, divide by 1,000, round to zero ...
🌐
ExcelDemy
exceldemy.com › home › advanced excel › how to round numbers in excel without formula (3 quick ways)
How to Round Numbers in Excel Without Formula (3 Quick Ways) - ExcelDemy
August 4, 2024 - Excel has the built-in feature under the Home tab from which you can easily round up or round down your numbers. ... Go to the Home tab, and under the Number group, find the Decrease Decimal option. Click it after selecting your cell.
People also ask

Can I use conditional formatting to round numbers in Excel?
Yes, conditional formatting can be used to round numbers without using a formula.
🌐
sourcetable.com
sourcetable.com › how-to-excel › how-to-round-numbers-in-excel-without-formula
How To Round Numbers In Excel Without Using A Formula
How do I adjust decimal places without formulas in Excel?
You can use the Increase Decimal button in the cell formatting options to adjust how many decimal places are displayed.
🌐
sourcetable.com
sourcetable.com › how-to-excel › how-to-round-numbers-in-excel-without-formula
How To Round Numbers In Excel Without Using A Formula
🌐
Earn and Excel
earnandexcel.com › home › blog › how to round numbers in excel without formula
How to Round Numbers in Excel Without Formula - Earn and Excel
March 19, 2025 - Discover easy ways to round numbers in Excel without using formulas. Learn how to adjust number formatting, use built-in Excel tools, and simplify your data presentation.
🌐
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 - Learn how to round numbers in Excel without formulas using Format Cells, Decrease Decimal, Number Format dropdown, or Power Query tools.
🌐
MyExcelOnline
myexcelonline.com › home › 10 + 1 ways to round numbers in excel
10 + 1 Ways on How to Round Numbers in Excel | MyExcelOnline
March 12, 2025 - Rounding – The TRUNC function removes decimal places without rounding, while INT rounds down to the nearest whole number for positive numbers and rounds up for negative numbers.
🌐
Spreadsheet Planet
spreadsheetplanet.com › home › how to round numbers in excel without formula?
How to Round Numbers in Excel Without Formula?
April 1, 2025 - Learn how to round numbers in Excel without using formulas using methods like Decrease Decimal, Number Formatting, Custom Number Formatting, and Column Width to round numbers.
🌐
Microsoft Support
support.microsoft.com › en-us › office › round-a-number-f82b440b-689d-4221-b21e-38da99d33435
Round a number - Microsoft Support
In the Decimal places box, enter the number of decimal places that you want to display. Use the ROUNDUP function.
🌐
Sourcetable
sourcetable.com › how-to-excel › how-to-round-numbers-in-excel-without-formula
How To Round Numbers In Excel Without Using A Formula
Can I use conditional formatting to round numbers in Excel? Yes, conditional formatting can be used to round numbers without using a formula.
Published   October 30, 2024
Find elsewhere
🌐
Automate Excel
automateexcel.com › home › how to round numbers without formula in excel & google sheets
How to Round Numbers Without Formula in Excel & Google Sheets - Automate Excel
April 4, 2023 - This opens the Format Cells window. In it, (1) select the Number tab, then under Category, (2) choose Number. (3) In the Decimal places box, specify the number of decimal places. (4) Press OK.
🌐
Quora
quora.com › How-can-you-automatically-round-numbers-up-or-down-in-Excel-while-performing-calculations
How to automatically round numbers up or down in Excel while performing calculations - Quora
First select the range to which you want this format to apply, then Format Number allows you to set the way the number looks (its format?), including the number of decimal places.
🌐
Ablebits
ablebits.com › ablebits blog › excel › excel formulas › rounding in excel: round, roundup, rounddown, floor, ceiling functions
Rounding in Excel: ROUND, ROUNDUP, ROUNDDOWN, FLOOR, CEILING functions
May 3, 2023 - And Microsoft Excel provides a handful of functions to handle different rounding types. Below, you will find a quick overview of the major round functions and well as formula examples that demonstrate how to use those functions on the real-life data in your worksheets. If you want to round numbers solely for presentations purposes, then you can just change the number of displayed decimal places without ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5452168 › how-to-round-off-the-value-in-excel
How to Round off the value in Excel - Microsoft Q&A
I understand you're working with student scores in Excel and would like to round off values such as 49.5 to 50 without using the ROUND() formula. I’m happy to guide you through a simple and effective solution. ... Click and drag to highlight the cells that contain the scores or calculated averages. ... Go to the Home tab in the Excel ribbon. In the Number group, locate the icons with .00 and arrows.
🌐
Rounding
rounding.to › home › how to round numbers in excel without formula
How To Round Numbers In Excel Without Formula - rounding.to
May 26, 2020 - One of the things that you need to know about Excel is that this program allows you to easily round numbers using formulas and round numbers without formulas.
🌐
Excel Forum
excelforum.com › excel-formulas-and-functions › 1068537-how-to-really-round-off-in-excel.html
How to "really" round off in excel
If you are using formulas, then ... round to 10's, 100's, etc If you don't want to do this with formulas, you can go to Excel Options> In the Calculation section check "Use Precision as displayed" Then what you see is what you get....
🌐
GeeksforGeeks
geeksforgeeks.org › excel › how-to-round-numbers-in-excel
How to Round Numbers in Excel? - GeeksforGeeks
May 7, 2024 - Perfect for beginners and seasoned users alike, you'll learn how to utilize these tools to make your data presentation as polished as possible. Let's look into the essentials of rounding numbers in Excel. ... One can just change the number of displayed decimal values without changing the underlying value.
🌐
Wikihow
wikihow.com › computers and electronics › software › office › spreadsheets › microsoft excel › how to round in excel: step-by-step guide for windows & mac
How to Round in Excel: Step-by-Step Guide for Windows & Mac
May 31, 2025 - ... wikiHow Staff Editor Staff Answer This answer was written by one of our trained team of researchers who validated it for accuracy and comprehensiveness. ... Go to the “Math & Trig” menu in the “Formulas” tab. Select “ROUND” from ...
Top answer
1 of 11
16

If

A1 = 24990.55

then

  • =INT(A1) will return 24990
  • =MOD(A1,1) will return 0.55

You need a function to cut off the decimals. Int() will do that. Mod() will show only the decimal points.

I don't know what behaviour you expect without using functions. Just formatting a number will not change its underlying value. This means that there is no formatting to show only the integer value and disregard the decimals without rounding. Excel does not work that way. Formatting to no decimal points will always include rounding. To work around that, you need a function to cut off the decimals.

If you want the cents to show as whole numbers, just multiply the Mod() result by 100.

Edit: You talk about functions above, but reading other responses, I think what you actually mean is vba routine, a UDF or some other macro. You may want to get your terminology right when asking a question.

You really need to clarify what you want to achieve. It is not clear

  • where you want the output, e.g. do you want the result in the same cell where the original number is entered? Where should the cents go, then?
  • do you want the cents to be displayed as 0.55 or as 55?
  • If you want the values (dollars and cents) to show in the same cell, what should that look like?
  • if you want the values in two separate cells, please specify which cells for the dollars and which cells for the cents

Just putting a bounty on the question without clearly specifying your requirements does not help much.

Here is another approach, based on the following assumptions:

  • the value with decimals is entered in column A
  • the value should be changed in column A to show just the dollars (the integer)
  • the value's decimals will be shown in column C
  • the decimals will be shown as whole numbers in column B

This can be achieved by the following change event macro:

Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("A:A")) Is Nothing Then
    On Error Resume Next
    Application.EnableEvents = False
    Target.Offset(0, 2) = Target - Int(Target)
    Target.Offset(0, 1) = (Target - Int(Target)) * 100
    Target = Int(Target)
    Application.EnableEvents = True
End If
End Sub

Right-click the sheet tab, click "View Code" and paste the above code into the code window.

Of course, a much, much easier way to achieve exactly the same thing, without functions, without macros, without any VBA, can be done with exactly the same number of keystrokes as entering the number in a cell.

Compare these two sets of keystrokes

24990.55

with

24990Tab55

The second set of keystrokes will put the cents into their own cell, showing them as a whole number.

I'd really appreciate some feedback to the many suggestions that you have received in this thread.

2 of 11
3

You can use a second cell to calculate the value. if your value is in cell A1, the formula would be

=A1-MOD(A1,1)

If it's an option, put your data entry on one worksheet (tab) and output the un-rounded output where you need the final answer..

🌐
Overclockers UK
forums.overclockers.co.uk › software › windows & other software
Excel Formatting - Turn Rounded Number to Non Rounding (Without Formulas) | Overclockers UK Forums
August 16, 2022 - Click to expand... Thanks, that kind of works, but it just rounds everything to whole numbers (And for any zeroes, it pulls in the ,000) I was hoping to keep the rounding. So $18.49356 would turn into $18,493.56 if that makes sense?