How to Round a Multiplication Formula in Excel (5 Easy Methods)

We’ll use the following dataset that represents some clothing Prices and Discounts.


Method 1 – Use the ROUND Function to Round a Multiplication Formula in Excel

We’ll keep one digit after the decimal while using the ROUND function.

Steps:

  • Activate Cell E5.
  • Insert the following formula in it:
=ROUND(C5*D5,1)
  • Hit the Enter button to get the output.

Use ROUND Function to Round a Multiplication Formula in Excel

We got the rounded 11% discount of Price $22.9 which is $2.5.

  • Drag down the Fill Handle icon to copy the formula for the other cells.

Use ROUND Function to Round a Multiplication Formula in Excel

You will get the output like the image below.


Method 2 – Insert the ROUNDUP Function to Round a Multiplication Formula

Steps:

  • Use the following formula in Cell E5
=ROUNDUP(C5*D5,1)
  • Press the Enter button for the result.

Insert ROUNDUP Function to Round a Multiplication Formula in Excel

  • Use the Fill Handle tool.

Insert ROUNDUP Function to Round a Multiplication Formula in Excel

Here’s the output after using the Fill Handle tool.


Method 3 – Use the ROUNDDOWN Function in Excel to Round a Multiplication Formula

Steps:

  • In Cell E5, insert the following formula
=ROUNDDOWN(C5*D5,1)
  • Hit the Enter button.

Use ROUNDDOWN Function in Excel to Round a Multiplication Formula

  • Use the Fill Handle tool to finish.

Use ROUNDDOWN Function in Excel to Round a Multiplication Formula

Here’s the result.


Method 4 – Use the MROUND Function to Round a Multiplication Formula in Excel

We’ll round to the multiple of 2.

Steps:

  • Use the following formula in Cell E5:
=MROUND(C5*D5,2)
  • Press the Enter button to get the rounded value.

Use MROUND Function to Round a Multiplication Formula in Excel

  • Drag down the Fill Handle icon to copy the formula.

Use MROUND Function to Round a Multiplication Formula in Excel

All the numbers are rounded.


Method 5 – Apply the INT Function to Round a Multiplication Formula

Steps:

  • In Cell E5, use the following formula:
=INT(C5*D5)
  • Hit the Enter button to get the result.

Apply INT Function in Excel to Round a Multiplication Formula

  • Use the Fill handle icon over the cells E6:E9 to copy the formula.

Apply INT Function in Excel to Round a Multiplication Formula

The INT function has rounded the numbers to integers.


Practice Section

You will get a practice sheet in the Excel file given above to practice the explained methods.


Download the Practice Workbook


Related Articles


<< Go Back to Rounding in Excel | Number Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Sourov Hossain Mithun
Md. Sourov Hossain Mithun

Md. Sourov Hossain Mithun, an Excel and VBA Content Developer at Softeko's ExcelDemy project, joined in October 2021. Holding a Naval Architecture & Marine Engineering degree from BUET, Mithun showcases expertise during his two-year tenure. With over 200 published articles on Excel topics, he earned a promotion to Team Leader, excelling in leading diverse teams. Mithun's passion extends to Advanced Excel, Excel VBA, Data Analysis, and Python programming, contributing significantly to the innovative and dynamic environment of ExcelDemy... Read Full Bio

2 Comments
  1. Thanks for the tutorial, i find it very easy to understand and learn, many thanks for your effort

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo