Hello Fellow Excellers!
We are trying to create a table with the number of occurances of a date.
We have a VERY long list of project dates (approx 3000), all in date order for each project, not necesarily in numerical order, and a lot of them repeated.
We would like to filter out what dates are in the list, and the occurance of each date; to then be tallied.
For Example;
[TABLE="width: 87"]
<tbody>[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]08/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
As there are so many dates, we do not know how many of each are occuring ect, we just have the dates themselves! We don't want to use VBA either please!
Thanks Peeps
We are trying to create a table with the number of occurances of a date.
We have a VERY long list of project dates (approx 3000), all in date order for each project, not necesarily in numerical order, and a lot of them repeated.
We would like to filter out what dates are in the list, and the occurance of each date; to then be tallied.
For Example;
[TABLE="width: 87"]
<tbody>[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]04/02/2011[/TD]
[/TR]
[TR]
[TD]08/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]14/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
[TR]
[TD]17/03/2011[/TD]
[/TR]
</tbody><colgroup><col></colgroup>[/TABLE]
As there are so many dates, we do not know how many of each are occuring ect, we just have the dates themselves! We don't want to use VBA either please!
Thanks Peeps