Hi,
I need to count the number of unique dates in a column where the value in the next column is "A." I don't want to count repeated dates. Here is what I have so far.
=SUMPRODUCT(--('LA and LAN'!$BV$5:$BV$2100>=MIN('LA and LAN'!$BV$5:$BV$2100)),--('LA and LAN'!$BV$5:$BV$2100<=MAX('LA and LAN'!$BV$5:$BV$2100))--('LA and LAN'!$BW$5:$BW$2100="A"))
Is there a way to count the number of unique dates rather than the number of dates between two dates?
Thanks
Bookmarks