|  

» Rounding Up / Down to the Nearest Multiple of a Specific Number

Problem:

Rounding the numbers in List1 (column A) to the nearest multiple of 50. We want to round both up and down.

Solution:

To round up, use the CEILING function in the following formula:
=CEILING(A2,50)
To round down, use the FLOOR function in the following formula:
=FLOOR(A2,50)


Rate This Tip
12 34 5
Rating: 3.96     Views: 89896
No comments have been submitted.
Name
Comment Title
Comments