Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mick Stohr
 
Posts: n/a
Default How do you add based on base 60 (minutes) instead of 100

Want to add a column with hours and minutes as 5.32 meaning 5 hours and 32
minutes
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Enter it in time format, 5:32

Make sure that the total cell is formatted as [hh]:mm to cater for more than
24 hours.

--
HTH

Bob Phillips

"Mick Stohr" <Mick wrote in message
...
Want to add a column with hours and minutes as 5.32 meaning 5 hours and 32
minutes



  #3   Report Post  
N Harkawat
 
Posts: n/a
Default

=SUM(--SUBSTITUTE(IF(A2:A100<"",A2:A100&".0","0.0"),".", ":"))*24
array entered (ctrl+shift+enter)
and assuming there is no text in the range

"Mick Stohr" <Mick wrote in message
...
Want to add a column with hours and minutes as 5.32 meaning 5 hours and 32
minutes



  #4   Report Post  
Mick Stohr
 
Posts: n/a
Default

Must have done something wrong. get error message. The subsititute command
seems to give text back so it can't be summed. Dont understand the arrray
part. Would prefer using the period since its easier (so i am
lazy-efficient). Would you elaborate?

"N Harkawat" wrote:

=SUM(--SUBSTITUTE(IF(A2:A100<"",A2:A100&".0","0.0"),".", ":"))*24
array entered (ctrl+shift+enter)
and assuming there is no text in the range

"Mick Stohr" <Mick wrote in message
...
Want to add a column with hours and minutes as 5.32 meaning 5 hours and 32
minutes




  #5   Report Post  
JE McGimpsey
 
Posts: n/a
Default

The "--" (double unary minus) will coerce the text to numbers/times, so
if you included them, SUBSTITUTE() returning Text is not the problem.




In article ,
"Mick Stohr" wrote:

Must have done something wrong. get error message. The subsititute command
seems to give text back so it can't be summed. Dont understand the arrray
part. Would prefer using the period since its easier (so i am
lazy-efficient). Would you elaborate?

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
Adding cells based on condition Ted Metro Excel Worksheet Functions 1 June 22nd 05 09:15 PM
pivot table with selection values not included in the base data confused Charts and Charting in Excel 0 June 21st 05 02:42 PM
convert hours and minutes to minutes idaho Excel Discussion (Misc queries) 2 January 27th 05 09:45 PM
Adding minutes to time Randberger Excel Discussion (Misc queries) 4 January 19th 05 08:49 PM


All times are GMT +1. The time now is 11:32 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"