Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Adding minutes to hours/minutes

I have two columns in my excel spreadsheet. One is start time (A), the other
is duration time (B).

Start Time Duration
08:00 15
08:16 130
10:27 45

Start Time. I have formatted it to Number, Custom, [h]:mm and the formula I
have in this column is =sum(F:15:G15)+TIME(0,1,0). This adds the time in
column B to the time in column A, plus one minute. Automatically populates.
OK.

Duration. I have this column formatted to Number, Custom [mm], as I need
the duration time in minutes only. However, I can not enter 130 minutes as
130, I have to key it as 2:10 (and it converts it to 130). I want to
actually key it as 130 though.

Not sure what to do next??
--
Kathy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Adding minutes to hours/minutes

Format as general and type in 130, then use


=A1+(B1/1440)


make sure you format the cell with formula as hh:mm or [hh]:mm

with 08:00 in A1 and 130 in B1 that would return 10:10

If you just want to display the duration without any other calculation just
format as general and type in 130

--


Regards,


Peo Sjoblom

"Kathy" wrote in message
...
I have two columns in my excel spreadsheet. One is start time (A), the
other
is duration time (B).

Start Time Duration
08:00 15
08:16 130
10:27 45

Start Time. I have formatted it to Number, Custom, [h]:mm and the formula
I
have in this column is =sum(F:15:G15)+TIME(0,1,0). This adds the time in
column B to the time in column A, plus one minute. Automatically
populates.
OK.

Duration. I have this column formatted to Number, Custom [mm], as I need
the duration time in minutes only. However, I can not enter 130 minutes
as
130, I have to key it as 2:10 (and it converts it to 130). I want to
actually key it as 130 though.

Not sure what to do next??
--
Kathy



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Adding minutes to hours/minutes

Kathy,


With the duration column formatted as [mm]
key in 00:130
it will display 130 minutes

if you then add this in a cell formatted as [mm] you'll get the result in
minutes

Mike

"Kathy" wrote:

I have two columns in my excel spreadsheet. One is start time (A), the other
is duration time (B).

Start Time Duration
08:00 15
08:16 130
10:27 45

Start Time. I have formatted it to Number, Custom, [h]:mm and the formula I
have in this column is =sum(F:15:G15)+TIME(0,1,0). This adds the time in
column B to the time in column A, plus one minute. Automatically populates.
OK.

Duration. I have this column formatted to Number, Custom [mm], as I need
the duration time in minutes only. However, I can not enter 130 minutes as
130, I have to key it as 2:10 (and it converts it to 130). I want to
actually key it as 130 though.

Not sure what to do next??
--
Kathy

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Adding minutes to hours/minutes

start time (A), the other is duration time (B).
have in this column is =sum(F:15:G15)+TIME(0,1,0).
This adds the time in column B to the time in column A,
plus one minute


Then why is your formula referencing column F?

Why don't you just format as General (or Number, 0 decimal places) and enter
it as an integer 130?

Then:

=SUM(A15,B15/1440,1/1440)

--
Biff
Microsoft Excel MVP


"Kathy" wrote in message
...
I have two columns in my excel spreadsheet. One is start time (A), the
other
is duration time (B).

Start Time Duration
08:00 15
08:16 130
10:27 45

Start Time. I have formatted it to Number, Custom, [h]:mm and the formula
I
have in this column is =sum(F:15:G15)+TIME(0,1,0). This adds the time in
column B to the time in column A, plus one minute. Automatically
populates.
OK.

Duration. I have this column formatted to Number, Custom [mm], as I need
the duration time in minutes only. However, I can not enter 130 minutes
as
130, I have to key it as 2:10 (and it converts it to 130). I want to
actually key it as 130 though.

Not sure what to do next??
--
Kathy



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default Adding minutes to hours/minutes

something like...........

=SUM(F15:G15)+TIME(0,1,0)+B2/(24*60)
the /(24*60) part changes the units you enter from days to minutes

--
Greetings from New Zealand

"Kathy" wrote in message
...
I have two columns in my excel spreadsheet. One is start time (A), the
other
is duration time (B).

Start Time Duration
08:00 15
08:16 130
10:27 45

Start Time. I have formatted it to Number, Custom, [h]:mm and the formula
I
have in this column is =sum(F:15:G15)+TIME(0,1,0). This adds the time in
column B to the time in column A, plus one minute. Automatically
populates.
OK.

Duration. I have this column formatted to Number, Custom [mm], as I need
the duration time in minutes only. However, I can not enter 130 minutes
as
130, I have to key it as 2:10 (and it converts it to 130). I want to
actually key it as 130 though.

Not sure what to do next??
--
Kathy



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
Converting total minutes into hours and minutes in Excel colette Excel Worksheet Functions 11 December 26th 07 07:24 PM
converting Days Hours & minutes into just minutes in excel Six Sigma Blackbelt Excel Discussion (Misc queries) 5 April 28th 06 09:45 PM
how to change a decimal number (minutes) into hours and minutes? Erwin Excel Discussion (Misc queries) 2 November 5th 05 04:22 PM
Adding hours and minutes doyouknow2005 Excel Discussion (Misc queries) 2 July 10th 05 10:08 PM
add column of minutes, show total in hours & minutes glider pilot Excel Worksheet Functions 1 December 30th 04 10:27 PM


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