I'm trying to round up a number to the nearest multiple of another number. I can do this with MRound if i want the multiple to be a fixed amount however i need the multiple to refer to a cell reference.
In this example, multiples are 100 and 50. In row 1 i want 47 to be rounded up to 100 and row 2 rounded up to 50. Is this possible?
A B C
1 100 47 100
2 50 47 50
Thanks
In this example, multiples are 100 and 50. In row 1 i want 47 to be rounded up to 100 and row 2 rounded up to 50. Is this possible?
A B C
1 100 47 100
2 50 47 50
Thanks