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...