Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MichaelFAuty
 
Posts: n/a
Default How do I add hours and minutes eg 4.50 + 2.30 = 7.20

I want to add hours and minutes eg

Hours Minutes
4 50
2 30
Total 7 20
  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=SUMPRODUCT(--(TIMEVALUE(A1:A2&":"&B1:B2))*24
will give 7.33
where Col A holds hours and col B holds minutes

Now if you need it like 7 hours and 20 minutes then you will need another
formula something like this
Say the above result is on cell C1 then on cell C2 type

==INT(C1)&" Hours "&MOD(C1,1)*60&" Minutes"


"MichaelFAuty" wrote in message
...
I want to add hours and minutes eg

Hours Minutes
4 50
2 30
Total 7 20



  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

Let you have hours in range B2:B3 and minutes in range C2:C3 (for your real
task you have to mofify those ranges)
The formula for total will be
=SUM(TIME(B2:B3;C2:C3;0))
entered as an array formula (Ctrl+Shift+Enter), and formatted in any valid
datetime format - I advice to use the format "[hh]:mm", which prevets hour's
rollover at 24h.
When entered properly, in formula field you see the formula as
{=SUM(TIME(B2:B3;C2:C3;0))}

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"MichaelFAuty" wrote in message
...
I want to add hours and minutes eg

Hours Minutes
4 50
2 30
Total 7 20



  #4   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi again

Sorry, but I forget to replace semicolons in formulas with commas - probably
you must do it!

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"Arvi Laanemets" wrote in message
...
Hi

Let you have hours in range B2:B3 and minutes in range C2:C3 (for your

real
task you have to mofify those ranges)
The formula for total will be
=SUM(TIME(B2:B3;C2:C3;0))
entered as an array formula (Ctrl+Shift+Enter), and formatted in any valid
datetime format - I advice to use the format "[hh]:mm", which prevets

hour's
rollover at 24h.
When entered properly, in formula field you see the formula as
{=SUM(TIME(B2:B3;C2:C3;0))}

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"MichaelFAuty" wrote in message
...
I want to add hours and minutes eg

Hours Minutes
4 50
2 30
Total 7 20





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
Adding hours and minutes Patrick Excel Worksheet Functions 16 June 18th 08 09:24 PM
convert hours and minutes to minutes idaho Excel Discussion (Misc queries) 2 January 27th 05 09:45 PM
add column of minutes, show total in hours & minutes glider pilot Excel Worksheet Functions 1 December 30th 04 10:27 PM
How do I convert times from hours to minutes? kkrebs Excel Discussion (Misc queries) 5 December 30th 04 06:13 PM
calculate average hours and minutes llstephens Excel Worksheet Functions 4 November 30th 04 03:47 PM


All times are GMT +1. The time now is 07:46 AM.

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"