C
chrisl
I am trying to count the number of unique records in Excel worksheet.
If this were SQL it would be easy but in excel I have no idea.
I am trying to use this function but is is producing errors.
=COUNTIF(AND(B5:B136,"=BFS"),(FREQUENCY(D5
136,D5
136)>0,1))
Here is an example of the data:
salesperson date
Brad 18-Sep-08
Brad 18-Sep-08
Tom 18-Sep-08
Ed 18-Sep-08
Brad 15-Sep-08
Tim 15-Sep-08
Brad 14-Sep-08
Thanks for any help!
Chris
If this were SQL it would be easy but in excel I have no idea.
I am trying to use this function but is is producing errors.
=COUNTIF(AND(B5:B136,"=BFS"),(FREQUENCY(D5


Here is an example of the data:
salesperson date
Brad 18-Sep-08
Brad 18-Sep-08
Tom 18-Sep-08
Ed 18-Sep-08
Brad 15-Sep-08
Tim 15-Sep-08
Brad 14-Sep-08
Thanks for any help!
Chris