Written by Allen Wyatt (last updated October 23, 2020)
This tip applies to Excel 2007, 2010, 2013, and 2016
Anil complained that when he created a PivotTable, some of the text in some of the source cells was truncated when it was placed in the PivotTable. He wondered if there wes a way around this.
The first thing to do is make sure that the text is actually being truncated. When text is transferred to a cell in a PivotTable, it works much the same as text in the original worksheet. This means that the text is "cut off" when there is data in the cell to the right of the text cell. The full text is still there, but it cannot be displayed because there is not enough room to do so within the cell.
Testing has shown, however, that PivotTables will only transfer up to 255 characters from a source cell. Anything after that is truncated. This limit seems to be hard-coded into Excel, and there is no way around it that I could discover. The limit of 255 characters may seem arbitrary, and it is. I can only surmise that Microsoft needed to establish a length limit on text, and figured that 255 characters should be sufficient for most purposes.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (11784) applies to Microsoft Excel 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Excel here: Text Truncated in PivotTable.
Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!
Need to reduce the size of your workbooks that contain PivotTables? Here's something you can try to minimize the ...
Discover MorePivotTables are great for digesting and analyzing huge amounts of data. But what if you want part of that data excluded, ...
Discover MorePivotTables can be a great tool for analyzing large amounts of data. If you have a PivotTable that is pulling information ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2020-10-23 08:43:26
Russell Stainer
(The 255 limit is due to how many numerical values, or positions of characters in this case, that you can store in 8-bits. Probably a limit on a fundamental piece of the architecture in the original design of Excel, that could not be changed without causing major problems. As John says, with a complete rewrite for 64-bit, that limitation has probably gone away.)
2017-02-01 10:10:26
David Robinson
As no workaround is suggested to overcome the 255 character limit, can I suggest if you encounter the problem you get the pivott able to return an identifying piece of information, and then use a formula in a column adjacent to the pivot table (but outside it) to return the long text string using INDEX and MATCH? I tested this out and it retrieves the whole string, although the display on screen was limited to 1,000 characters and of course the expression bar shows the formula (unless you copy and paste values).
2017-01-29 11:27:37
John Thomas
This seems to be a 2007 or 2013 limitation or it could be related to a 32-bit issue. I tested this on my 2016 64-bit version of excel and could not get a pivot table to truncate any text. I test up to 1,000 char.
2017-01-29 04:14:01
FrankT
Outdated tip?
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2023 Sharon Parq Associates, Inc.
Comments