M
Mr.B
I have asked this before, but I'm still having trouble understanding this.
For example I work in Pharmacuticles and I need to know how long a drug has
been out of the cold room. (I need to record this in hours rounding to the
nearest half hour) the exact rounding method is as follows.
00-14 minutes rounds down to 0.0
15-29 minutes rounds up to 0.5
30-44 minutes rounds down to 0.5
45-59 minutes rounds up to 1.0
this is the problem
A24= 12/10/08 7:00 (out time)
A23= 12/10/08 15:15 (in time)
=ROUND((A24-A23)*24*2,0)/2
results in 8.5 hours (this is correct)
so why is it if A24 gets moved 1 hour (8:00) the result moves 1.5 hours
(7.0)
SOMEONE PLEASE HELP!!!!
Thanks
For example I work in Pharmacuticles and I need to know how long a drug has
been out of the cold room. (I need to record this in hours rounding to the
nearest half hour) the exact rounding method is as follows.
00-14 minutes rounds down to 0.0
15-29 minutes rounds up to 0.5
30-44 minutes rounds down to 0.5
45-59 minutes rounds up to 1.0
this is the problem
A24= 12/10/08 7:00 (out time)
A23= 12/10/08 15:15 (in time)
=ROUND((A24-A23)*24*2,0)/2
results in 8.5 hours (this is correct)
so why is it if A24 gets moved 1 hour (8:00) the result moves 1.5 hours
(7.0)
SOMEONE PLEASE HELP!!!!
Thanks