Counting individual dates
I have a column of dates, some dates are repeated, and I would like a count
of the number of separate dates.
My sample column:
1/1/05
1/1/05
1/2/05
I want my return to be 2, because I have 2 different dates.
Is there a way to do this?
Thanx!
|