I have an excel table with a list of dates like this:
12.12.2022 20:13
12.12.2022 20:30
12.12.2022 21:06
12.12.2022 21:55
12.12.2022 22:03
14.12.2022 18:24
14.12.2022 19:24
15.12.2022 17:45
15.12.2022 18:55
15.12.2022 20:03
01.01.2023 20:04
The list contains values for different years and not all days have values. I want to get the number of days with existing list entries in 2022. So for the example list the result should be 3, because the last value es already 2023.
I guess it must work with UNIQUE somehow, but I don't know how. The date field is formatted like this: TT.MM.JJJJ hh:mm
The value is: 14.12.2022 19:24:00
Thank you for your help!