Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default add No's to show as hrs and mins (i.e 7.24+2.58 to show as 10.22)

It would be *much* easier if you just used XL times. For instance

A1: 7:24
A2: 2:58
A3: =SUM(A1:A2) === 10:22

when A3 is formatted with Format/Cells/Number/Custom "[h]:mm".

Otherwise you can use something like:

A3: =INT(A1) + INT(A2) + INT((MOD(A1,1)+MOD(A2,1))/0.6) +
MOD((MOD(A1,1)+MOD(A2,1)),0.6)



In article ,
Abrahams wrote:

I need to add up numbers in a spreadsheet to show as hours and minutes (not
times). The purpose of this sheet is to add up hours worked daily and then
add them up to show weekly.

Example Monday = 7.24 and Tuesday = 2.58 I want them to show as 10.22 worked

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



All times are GMT +1. The time now is 10:51 AM.

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

About Us

"It's about Microsoft Excel"