I would like to create a UDF that takes a value and returns a number that is rounded up to the nearest value divisible by 5. For example, if I send it 7 it returns 5, if I send it 528 it returns 530, etc. Thanks.
↧