Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please does anyone know if I can use pivot table to bring out unique values.
I have thousands of rows and columns with firstname, middlename and lastname. Some names are duplicate and I just want to bring out only unique names. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No. A Pivot Table can't tell the difference between "Fred Smith" and
"Frederick Smith". You will need to cleanse your data first. Regards, Fred. "Yossy" wrote in message ... Please does anyone know if I can use pivot table to bring out unique values. I have thousands of rows and columns with firstname, middlename and lastname. Some names are duplicate and I just want to bring out only unique names. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Yossy,
Please does anyone know if I can use pivot table to bring out unique values. I have thousands of rows and columns with firstname, middlename and lastname. Some names are duplicate and I just want to bring out only unique names. Do you just want a list of unique names? Don't use a pivot table. Select just the columns containing firstname, middlename and lastname, then use Data - Filter - Advanced Filter Check 'Copy to another location' Check 'Unique records only' Select a cell for the Copy to range Done. Ed Ferrero www.edferrero.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Unique Values in Pivot table | Excel Discussion (Misc queries) | |||
Excel Pivot Table - Counting Unique Values within one column of da | Excel Worksheet Functions | |||
Count unique values in Pivot table using VBA | Excel Programming | |||
Count unique values - Pivot Table | Excel Discussion (Misc queries) | |||
Count unique values - Pivot Table | Charts and Charting in Excel |