picartman if you are not aware of it dates (and times) are numbers. Dates are numbered from 1/1/1900 being day 1. 43160 is that many days from 1/1/1900. The formatting is cosmetic. If you format that dd - mmm it is 01 - Mar
An alternative means to return unique dates with a helper column in B and this formula
Formula:
=IF(COUNTIF($A$1:A1,A1)=1,ROWS($A$1:$A1),"")
Then this non-array in C2 and down.
Formula:
=INDEX($A$1:$A$13,SMALL($B$1:$B$13,ROWS($A$2:$A2)))
|
A |
B |
C |
D |
1 |
01 - Mar |
1 |
Date |
Count |
2 |
01 - Mar |
|
01 - Mar |
3 |
3 |
01 - Mar |
|
02 - Mar |
4 |
4 |
02 - Mar |
4 |
03 - Mar |
4 |
5 |
02 - Mar |
|
05 - Mar |
2 |
6 |
02 - Mar |
|
|
|
7 |
02 - Mar |
|
|
|
8 |
03 - Mar |
8 |
|
|
9 |
03 - Mar |
|
|
|
10 |
03 - Mar |
|
|
|
11 |
03 - Mar |
|
|
|
12 |
05 - Mar |
12 |
|
|
13 |
05 - Mar |
|
|
|
Bookmarks