A
acces
Hi, I can't find solution for following excel problem:
In one table I have two columns - start date and end date (look lik
this):
Start End
1.1.2003 14:53 1.1.2003 15:06
1.1.2003 14:54 1.1.2003 15:08
... about 10 000 entries
In the second table I would like to have two columns too:
Minute Count
1.1.2003 14:53 1
1.1.2003 14:54 2
1.1.2003 14:55 2
...
1.1.2003 15:06 2
1.1.2003 15:07 1
1.1.2003 15:08 1
1.1.2003 15:09 0,
...thousands of entries
How can I coun't number of entries:
a] this minute is Start date +
b] this minute is between Start and End +
c] this minute is End,
using one formula?
I hope someone finds useful way..
In one table I have two columns - start date and end date (look lik
this):
Start End
1.1.2003 14:53 1.1.2003 15:06
1.1.2003 14:54 1.1.2003 15:08
... about 10 000 entries
In the second table I would like to have two columns too:
Minute Count
1.1.2003 14:53 1
1.1.2003 14:54 2
1.1.2003 14:55 2
...
1.1.2003 15:06 2
1.1.2003 15:07 1
1.1.2003 15:08 1
1.1.2003 15:09 0,
...thousands of entries
How can I coun't number of entries:
a] this minute is Start date +
b] this minute is between Start and End +
c] this minute is End,
using one formula?
I hope someone finds useful way..