Count unique dates ignore time
To count unique dates and ignore time values you can use a formula based on the UNIQUE, INT, and COUNT functions. In the example shown, the formula in F4 is: =COUNT(UNIQUE(INT(data))) where data is the named range B5:B16, and each timestamp includes …Read more