how do i round time to the nearest half a minute

A

Alex

is it possible??
e.g.
i have a list of times

01:05:28 round to 01:05:30
01:05:45 round to 01:06:00
 
B

Bob Phillips

=ROUND(A1*24*60*2,0)/24/60/2

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top