I don't understand the logic of formatting as h.hh. Why would you want to display 13:15 as 13.13 ?
If you've got a number in Excel time format, =MROUND(A1,1/24) will round to the nearest hour, and you can then format to suit your requirements (which sounds like hh). -- David Biddulph
durbat2[ at ]googlemail.com wrote:
[Quoted Text] > Sorry if this has been asked before but i have time values in cells > formatted h.hh > I need to round the values to the nearest hour for example a time of > 13:15 needs to be rounded to 13 and a time of 08:45 would be rounded > to 09 > > Hope this makes sense > > Martin
|