P
perplex
Hi all
I'm trying to create a sheet that acts as a roster, adding morin
shifts and afternoon shitfs, calculating the answer, then depending o
the times round to x.5 or down to x.0
ie: 8.15 to 12.30 12.15 to 16.45
While i can get Excel to work out the hours worked, I cant get i
automatically round up or down as required.
A work colleague suggested =IF(MOD(A4,1) <>0,INT(A4)+0.5,INT(A4))
but in the above scenario, total hours worked is 8.1 - but the sheet i
telling me 8.5 (as its adding the 0.5 if the MOD is <>0)
Can someone please help!! or suggest a more simple(?) solution?!
Thanks
perple
I'm trying to create a sheet that acts as a roster, adding morin
shifts and afternoon shitfs, calculating the answer, then depending o
the times round to x.5 or down to x.0
ie: 8.15 to 12.30 12.15 to 16.45
While i can get Excel to work out the hours worked, I cant get i
automatically round up or down as required.
A work colleague suggested =IF(MOD(A4,1) <>0,INT(A4)+0.5,INT(A4))
but in the above scenario, total hours worked is 8.1 - but the sheet i
telling me 8.5 (as its adding the 0.5 if the MOD is <>0)
Can someone please help!! or suggest a more simple(?) solution?!
Thanks
perple