Is there a way to use the Count function to count unique values in a range? Only I have a column of dates that will occasionally have duplicates, and a cell that counts the entries in that column, and I need the count to include each date only once.
At the moment a basic COUNT(E9:E200) did a perfectly good job until the first time a duplicate date came up, and now of course it’s wrong.
Anyone suggest a way to get it to go right again? I’d be most grateful!