thanks for your help done the trick
"zvkmpw" <(E-Mail Removed)> wrote in message
news:9b6aa66e-3fef-4bb9-8846-(E-Mail Removed)...
> The following works for me, though the sample answers in the OP don't
> look quite right for the second part (I'd think rounding 12 minutes
> would be 15 minutes, not an 1 hr 15 min).
>
>> rounding to nearest hour
> =ROUND(24*A1,0)/24
>
>> rounding to nearest 15 mins
> =ROUND(96*A1,0)/96
>
> In my example, all the cells are "time" values.
>
> The above assumes the requirement is for "nearest" not "roundup." If
> that's wrong, check out the ROUNDUP() function.