I'm working on a dataset using pivot table. I would like to count unique text values only in a column, unfortunately, pivot table's count function would count all identical text values as well. May I know how will I be able to use pivot table to count unique text values only?
For eg:
Company Reinsurer
TENET PARTNER RE GROUP
UOI PARTNER RE GROUP
QBE QBE GROUP
QBE QBE GROUP
QBE QBE GROUP
QBE QBE GROUP
The pivot table will produce the following count:
Reinsurer Count(Company)
PARTNER RE GROUP 2
QBE GROUP 4
However, I would like pivot table to provide 1 count only for non-unique text value.
How is it possible to do so? Thanks much in advance.
For eg:
Company Reinsurer
TENET PARTNER RE GROUP
UOI PARTNER RE GROUP
QBE QBE GROUP
QBE QBE GROUP
QBE QBE GROUP
QBE QBE GROUP
The pivot table will produce the following count:
Reinsurer Count(Company)
PARTNER RE GROUP 2
QBE GROUP 4
However, I would like pivot table to provide 1 count only for non-unique text value.
How is it possible to do so? Thanks much in advance.