Excel Function

MROUND

Rounds number to nearest specified multiple.

MROUND(number, multiple)

Arguments

number

Required

Specify a single cell reference.

multiple

Required

Enter a numeric value.

Practice Preview

Use MROUND to return the result with these settings (Number: D2 (cell D2 (Amount in column D)), Multiple: 10).

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=MROUND(D2, 10)

Result

360

Practice This Function

MROUND FAQ

How do I use MROUND in Excel?

Use MROUND when you want to round to a chosen multiple. Enter Number, Multiple in that order, then add optional arguments when needed.

Where can I practice MROUND?

Use the "Start Function Practice" button to jump straight into MROUND drills.

What arguments does MROUND use?

The main arguments are Number, Multiple. Enter them in order.