Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lucky Phil
 
Posts: n/a
Default What formula is used to add or subtract minutes from a time in a .

I am trying to develop a bus timetable in a spreadsheet. I have the section
times for each section and wish to add minutes to the start time. i.e. 7.00am
leave stop 1 plus 6 minutes = stop 2 time. Stop 2 plus 14 minutes = stop 3
time.

Is there a formula that does this and show result as hh:mm?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

A1: 7:00
A2: =A1+TIME(0,6,0)

Format A2 as a time, if necessary.

Another (since XL stores times as fractional days, so 1 minute =
1/(24*60) = 1/1440):

A2: =A1 + 6/1440

And another:

A2: =A1+"0:06"

In article ,
"Lucky Phil" <Lucky wrote:

I am trying to develop a bus timetable in a spreadsheet. I have the section
times for each section and wish to add minutes to the start time. i.e. 7.00am
leave stop 1 plus 6 minutes = stop 2 time. Stop 2 plus 14 minutes = stop 3
time.

Is there a formula that does this and show result as hh:mm?

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
What formula is used for subtracting a range of different cells f. tim Excel Worksheet Functions 3 April 21st 23 10:07 PM
Frequency formula Curious Excel Worksheet Functions 1 April 12th 05 09:49 PM
Multiple Condition Sumif Formula momtoaj Excel Worksheet Functions 3 April 6th 05 04:06 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM
How do I write a formula to subtract a # from a total ONLY if the. JP Excel Worksheet Functions 2 November 17th 04 12:32 AM


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