Pivot Table is not recognizing same text entries

davidbrugge

New Member
Joined
May 11, 2014
Messages
17
I have an issue with my pivot table because it is not recognizing all same text entries as being the same. As a result my pivot table shows duplicate data for the same entry.

I can find lots of threads about this issue when the data is a date or number but I cannot find any information for this issue when the entry is a text value.

I have used "=ISTEXT()" to confirm if the value in the sheet with the data is in fact a TEXT value and all values are returned as true.

I have checked the data to see if there are any typos or additional spaces and I cannot see any issues here.

Any ideas why the pivot is not recognizing the data correctly?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi David,

Sorry if this sounds a little daft but have you tried doing a =TRIM() function on the dataset where your names? Try a TRIM() on each row in your range, then pasting the result as values over your existing column of data.
 
Upvote 0
I had a similar problem once, and it turned out that the space character was a normal space in one string, and a non-breaking space in the other. I figured out the offending character by using the mid() function to compare the 2 strings 1 character at a time.
Hope that helps,
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,252
Members
452,623
Latest member
Techenthusiast

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top