I am trying to find a formula that will enable to count the number of unique days in a list.
I have a table with one column showing the date with a timestamp. I wanted to count the number of days in this column. Dates with the different timestamp will still be counted as the same day. For...