How do I round a number to the nearest dollar in Excel? 2

How do I round a number to the nearest dollar in Excel?

This tutorial will guide you through the steps to round a number to the nearest dollar in Excel. By using the ROUND function, you can easily modify the precision of a number and round it to the nearest whole dollar. This can be helpful when dealing with financial data or creating reports that require rounded values. With clear and concise instructions, you will be able to round numbers to the nearest dollar in no time using Excel.

Round to Nearest Dollar in Excel


Often you may want to round prices in Excel to the nearest dollar.

You can use the following methods to do so:

Method 1: Round to Nearest Dollar and Display Cents (e.g. $22.00)

=ROUND(B2, 0)

Method 2: Round to Nearest Dollar and Do Not Display Cents (e.g. $22)

="$"&INT(ROUND(B2,0))

Both methods assume that the price you’re rounding is in cell B2.

The following examples show how to use each method in practice with the following dataset in Excel:

Example 1: Round to Nearest Dollar and Display Cents

We can type the following formula into cell C2 to round the price in cell B2 to the nearest dollar:

=ROUND(B2, 0)

We can then click and drag this formula down to each remaining cell in column C;

Excel round to nearest dollar

Column C displays each of the prices in column B rounded to the nearest dollar.

Example 2: Round to Nearest Dollar and Do Not Display Cents

We can type the following formula into cell C2 to round the price in cell B2 to the nearest dollar and avoid displaying the cents:

="$"&INT(ROUND(B2,0))

We can then click and drag this formula down to each remaining cell in column C:

Excel round to nearest dollar and do not display cents

Column C displays each of the prices in column B rounded to the nearest dollar and does not display the cents.

Note that this method uses the & symbol to concatenate a dollar sign with only the integer portion of the rounded dollar value.

The end result is that the price is rounded to the nearest dollar and the cents is not shown.

The following tutorials explain how to perform other common tasks in Excel:

Cite this article

stats writer (2024). How do I round a number to the nearest dollar in Excel?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-do-i-round-a-number-to-the-nearest-dollar-in-excel/

stats writer. "How do I round a number to the nearest dollar in Excel?." PSYCHOLOGICAL SCALES, 22 Jun. 2024, https://scales.arabpsychology.com/stats/how-do-i-round-a-number-to-the-nearest-dollar-in-excel/.

stats writer. "How do I round a number to the nearest dollar in Excel?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-do-i-round-a-number-to-the-nearest-dollar-in-excel/.

stats writer (2024) 'How do I round a number to the nearest dollar in Excel?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-do-i-round-a-number-to-the-nearest-dollar-in-excel/.

[1] stats writer, "How do I round a number to the nearest dollar in Excel?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.

stats writer. How do I round a number to the nearest dollar in Excel?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top