i ve got a problem i cant solve. I've got the intuition that i coul solve it using the knowledge i already have, but i cant get to the algorithm to solve it using excel.
Here is the problem.
I' ve got a spreadsheet like the following:
[pre]
[/pre]
I know the months since a given start date 01/10/2010. I need to know how many months has a given company (Ex: Company1) send the corresponding information.
For the case shown above the results would be: Company1 = 2; Company2 = 1.
Here is the problem.
I' ve got a spreadsheet like the following:
[pre]
Code:
Start date and time | Stop date and time | Id
-------------------------------------------------------
01/07/2012 08:45 | 01/07/2012 10:16 | Company1
--------------------+--------------------+-------------
01/07/2012 09:32 | 01/07/2012 11:07 | Company1
-------------------------------------------------------
01/07/2012 07:30 | 01/07/2012 08:30 | Company2
-------------------------------------------------------
03/08/2012 06:15 | 03/08/2012 07:16 | Company1
-------------------------------------------------------
07/08/2012 2352 | 08/08/2012 01:05 | Company1
-------------------------------------------------------
I know the months since a given start date 01/10/2010. I need to know how many months has a given company (Ex: Company1) send the corresponding information.
For the case shown above the results would be: Company1 = 2; Company2 = 1.