Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 174
Default Formula to show non decimal hours

If you don't want to use : try this formula

=TEXT(TEXT(A1*100,"0\:00")+TEXT(B1*100,"0\:00"),"h h.mm")+0

format as number



"daddylonglegs" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add hours and show actual hours not decimal numbers TWERNER New Users to Excel 2 August 21st 06 08:35 AM
How to show the formula and the answer? Susan Excel Discussion (Misc queries) 3 March 30th 06 10:38 PM
Working Hours (formula & graph) - any elegant solution? markx Excel Worksheet Functions 1 March 29th 06 02:02 PM
Need formula to calculate hours worked BankC Excel Discussion (Misc queries) 12 January 31st 06 05:38 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM


All times are GMT +1. The time now is 03:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"