Excel help please

flyer

Well-Known Member
Joined
22 May 2004
Messages
1,602
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
 
Just guessing cos not got my computer nearby but does this work...

=roundup((ab36/24),0)*24

Eg ab36=12
12/24=0.5
Roundup=1
Times 24=24

If it works then you might also need an if error, so it could be...

=iferror(roundup((ab36/24),0)*24),0)
 
Thanks for the help all. I'll give it another go later this morning. Any further advise welcome
 
If I open the spreadsheet in Libre Office Calc, the cell shows #ADDIN? rather than #NAME? if that's any help
 
If I open the spreadsheet in Libre Office Calc, the cell shows #ADDIN? rather than #NAME? if that's any help
That means that you're using an add-on to excel that isn't compatible with libre afaik.
 
thought you were trying to use excel to work out Man United manager statistics
 

Don't have an account? Register now and see fewer ads!

SIGN UP
Back
Top
  AdBlock Detected
Bluemoon relies on advertising to pay our hosting fees. Please support the site by disabling your ad blocking software to help keep the forum sustainable. Thanks.