Excel: Round to the nearest 5
Here are 2 ways to round a number to the nearest 5 using MS Excel.
Method 1:
=ROUND(A1/5,0)*5
Method 2: Install the Analysis Tool Pack Add-In then type
=MROUND(A1,5)
Here are 2 ways to round a number to the nearest 5 using MS Excel.
Method 1:
=ROUND(A1/5,0)*5
Method 2: Install the Analysis Tool Pack Add-In then type
=MROUND(A1,5)
Reader Comments