Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an sheet(Excel 2000) that contains phonelogs. These logs are compiled
with Date (dd/mm/yyyy), Time of Day (hh:mm:ss), Start of conversation
(dd/mm/yyyy hh:mm:ss), Duration (hh:mm:ss).

I want to know how many lines (we have 10) are occupied in a particular
timeslot. For instance, if PersonA started his conversation at 27/10/2004
09:01:00 to 09:02:33 and PersonB at 27/10/2004 09:02:00 to 09:10:22 then they
occupied 2 lines for a brief moment as they times clashed.

How can I do these stats using programming please?

skc
 
Skc,

I posted an answer to the same question in the Access NG for you. Have a
look at it. In theory you can replicate that logic in Excel, but I'll bet
you it's a lot more efficient in Access.

Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Question 1
Query 3
Question... 7
date out of control 6
Extracting just the time portion 5
SAVEDATE Format dd/mm/yyyy hh:mm:ss 4
years-months-days-hours 5
VBA ConnectionTimeout problems 11

Back
Top