Rounds one number to the nearest integer multiple of another. Learn more
In Google Sheets, the MROUND() function is used to round a given value to the nearest multiple of a specified factor.
The MROUND() function takes two arguments: the value you want to round and the factor to which you want to round.
For example, if you have a value of 23 and you want to round it to the nearest multiple of 5, the MROUND() function will return 25, which is the nearest multiple of 5.
The syntax for using the MROUND() function in Google Sheets is as follows:
=MROUND(value, factor)
Where "value" is the number you want to round, and "factor" is the number to which you want to round.