I've had a strange request. One that defines the laws of Mathematics:
I'm calculating the time difference and then using this formula to round down. However, the formula is following the laws of mathematics and rounding up when it sees an 8 or 9.
=MROUND(ROUNDDOWN(Difference@row), 5)
E.g.
In this example, the requestor needs to round down to 55 always.
Any suggestions?