I looked at your data, and the reason why duplicates exist in the pivot is because there are extra spaces in your source data. Excel will consider "TEXT" a different value than "TEXT " (note the space) when creating your pivot table. You would need to cleanup your source data to remove the duplicates from the pivot.