I have an excel sheet with hundreds of lines.
Column A has dates; Column B has text (some duplicate, some unique).
What I want is a way to sum the unique values found in column B that also match the date from column A with the dates specified in another worksheet.
An Example:
A B
11/11 T123456
11/11 T123456
11/11 T555555
12/5 T444444
12/5 T456789
12/5 T567890
12/5 T123789
In another worksheet there are dates in column A and I want the count of unique values corresponding to that date to go into column B:
A B
11/11 2
12/5 4
So, I'd like to be able to enter this formula into cell B2 and drag it down as far as my dates in column A go and have the formula look up in the other worksheet how many unique values I have for that date.
Bookmarks