Aug 18, 2020 09:20 PM
I am trying to create a formula to roundup a number to the next highest multiple of 50. Can help much appreciated.
Aug 18, 2020 10:40 PM
This formula should work:
ROUNDUP(number/50,0)*50