Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 661
Default Travel time problem

Hi, I need to create sheet which calculates time and travel time. Each
employee has number of trips and 15 minutes travel time between the clients
less the first one. the spreadsheet calculating the time is columns stating
the number of hours spent with the client for each day. Bellow is example of
it.
Mon. Tues. Each day has a separate column to Sunday.
1:00 2:00
2:00 1:00
5:00 2:00
4:00
As you can see from the example, each day is different in the number of
clients to travel to. First client does not count. It is only from the second
to the last at 15 minutes each. How can I extract the relevant information in
hh:mm form from the columns I have? Could anybody come with help please?
Thank you - Paul
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Travel time problem

=(COUNTA(A:A)-2)*TIME(),15,0)

and format as time

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Paul" wrote in message
...
Hi, I need to create sheet which calculates time and travel time. Each
employee has number of trips and 15 minutes travel time between the

clients
less the first one. the spreadsheet calculating the time is columns

stating
the number of hours spent with the client for each day. Bellow is example

of
it.
Mon. Tues. Each day has a separate column to Sunday.
1:00 2:00
2:00 1:00
5:00 2:00
4:00
As you can see from the example, each day is different in the number of
clients to travel to. First client does not count. It is only from the

second
to the last at 15 minutes each. How can I extract the relevant information

in
hh:mm form from the columns I have? Could anybody come with help please?
Thank you - Paul



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default Travel time problem

I assume that Bob intended:
=(COUNTA(A:A)-2)*TIME(0,15,0) ?
--
David Biddulph

"Bob Phillips" wrote in message
...
=(COUNTA(A:A)-2)*TIME(),15,0)

and format as time

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Paul" wrote in message
...
Hi, I need to create sheet which calculates time and travel time. Each
employee has number of trips and 15 minutes travel time between the

clients
less the first one. the spreadsheet calculating the time is columns

stating
the number of hours spent with the client for each day. Bellow is example

of
it.
Mon. Tues. Each day has a separate column to Sunday.
1:00 2:00
2:00 1:00
5:00 2:00
4:00
As you can see from the example, each day is different in the number of
clients to travel to. First client does not count. It is only from the

second
to the last at 15 minutes each. How can I extract the relevant
information

in
hh:mm form from the columns I have? Could anybody come with help please?
Thank you - Paul





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
Another time addition problem Martin B Excel Worksheet Functions 2 April 14th 06 08:26 PM
Problem with calculating time Lee Excel Discussion (Misc queries) 9 March 14th 06 08:53 PM
How to use miles per hour and mileage to estimate travel time OhioSnowBird13 Excel Worksheet Functions 1 February 21st 06 02:11 PM
Date & Time problem ckiraly Excel Worksheet Functions 2 August 15th 05 01:13 PM
1/0/1900 10:18:48 AM Time problem canix Excel Worksheet Functions 7 August 6th 05 03:41 AM


All times are GMT +1. The time now is 11:05 PM.

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"