Skip to main content

I am trying to create a formula to roundup a number to the next highest multiple of 50. Can help much appreciated.

This formula should work:


ROUNDUP(number/50,0)*50


Reply