Rounding

R

Richard

Is there a way I can round time to the nearest half hour? I need to know how
many patients we take care of by half hour however, the data I have is by
minute. It's ok to round up or down but the current data is in military time
mode if that makes any difference.

Thanks
 
B

Bob Phillips

=ROUND(A1*48,0)/48

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top