In Excel my date formats in a single column look like this: 1/29/2025 4:04:02 PM
The same date with different times is entered multiple times in the column.
What I would like to do is have a cell that displays how many times a single date has been entered.
In testing, if I change the format to be just the date without the time it counts properly so I think I'm close to an answer with this: =SUM(IF(FREQUENCY(B3:B99,B3:B99)>0,1))
If I have 10 entries for 1/29/2025 but all with different times it will give me an answer of 10, I believe because the times are unique.
I want an answer of 1 because they were all entered on the same day. I think I need to find a way to ignore the time and just calculate off the date.
Any advice would be greatly appreciate.
