I'm using somebody else's spreadsheet and my Excel knowledge is pretty basic so keep it as simple as you can, ta
Cell AB36 is a simple addition of hours worked, but it must always be rounded up (never down) to the nearest multiple of 24 in cell AB35. For example 16 should become 24, and 27 should become 48, and 59 should become 72 and so on.
The formulae in AB35 is =IF(MROUND(AB36,24)<=AB36,MROUND(AB36,24)+24,MROUND(AB36,24))
The only result I get in cell AB35 is #NAME?
Anybody know how to put it right
Thanks
Cell AB36 is a simple addition of hours worked, but it must always be rounded up (never down) to the nearest multiple of 24 in cell AB35. For example 16 should become 24, and 27 should become 48, and 59 should become 72 and so on.
The formulae in AB35 is =IF(MROUND(AB36,24)<=AB36,MROUND(AB36,24)+24,MROUND(AB36,24))
The only result I get in cell AB35 is #NAME?
Anybody know how to put it right
Thanks