Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() pgcam Wrote: Had this same problem some time ago, found a solution & as is the way with these things have lost it ! Can anyone help me with this 'simple' calculation : I have a 3 column spreadsheet : (A)Start Time (B)End Time (C)Difference Both columns (A) & (B) are expressed in hours:minutes. I need column C to only express the difference in minutes, for Example if the difference is 01:23, I wish to see 83 (minutes). Well, I'm almost there. Using =hour(cell ref * 60) converts the hours to minutes ok & in a seperate cell =minute (cell ref) gives me the minutes then in a 3rd cell add the 2 together. However I would like to have a single cell/calculation that achieves the same job (saves on wasted columns !!). Maybe its just my use of parentheses, but I can't get it to work. Peter..... -- pgcam |
#2
![]() |
|||
|
|||
![]()
=(b1-a1)*60*24
and format it as number (or general) "pgcam" wrote in message ... pgcam Wrote: Had this same problem some time ago, found a solution & as is the way with these things have lost it ! Can anyone help me with this 'simple' calculation : I have a 3 column spreadsheet : (A)Start Time (B)End Time (C)Difference Both columns (A) & (B) are expressed in hours:minutes. I need column C to only express the difference in minutes, for Example if the difference is 01:23, I wish to see 83 (minutes). Well, I'm almost there. Using =hour(cell ref * 60) converts the hours to minutes ok & in a seperate cell =minute (cell ref) gives me the minutes then in a 3rd cell add the 2 together. However I would like to have a single cell/calculation that achieves the same job (saves on wasted columns !!). Maybe its just my use of parentheses, but I can't get it to work. Peter..... -- pgcam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time Calculation in Minutes only ? | Excel Worksheet Functions | |||
Time Sheet Calculation Help Needed! | Excel Worksheet Functions | |||
What formula is used to add or subtract minutes from a time in a . | Excel Worksheet Functions | |||
If Statement - in time not decimal minutes | Excel Worksheet Functions | |||
elapsed time calculation | Excel Discussion (Misc queries) |