Round number to whole No 25

J

Jim Thomlinson

My personal preference as it does not require the Analysis Toolpack is this...

=round(A1/25, 0) * 25

Where the number to be rounded is in A1
 
Top