View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs daddylonglegs is offline
external usenet poster
 
Posts: 174
Default Formula to show non decimal hours

Ideally input in hours format, i.e. with a colon ":", e.g. if A1 is 1:01 and
B1 is 0:59

then the formula

=A1+B1 will give you 2:00

"colgar65" wrote:

How do I get a formula to add up over the hour mark not using :

IE

1.01 + 0.59 = 1.01 hours not as adds up to 1.61