Roundup Help

  • Thread starter Thread starter itty
  • Start date Start date
I

itty

After some calculations i got values like 3,12,6,32 etc. Can sombody
help me to roundup these figures to the nearest multiple of 5
 
itty said:
After some calculations i got values like 3,12,6,32 etc. Can sombody
help me to roundup these figures to the nearest multiple of 5

For a number in A1, you could use
=CEILING(A1,5)
 
Back
Top