I have an Excel file which I can share with you, but here is how to recreate it:
In a workbook tab, create a table called "DataTable" with the two "Company" and "Score" columns as shown below.
Format the "Company" column explicitly as "Text". You can even precede the entries with single quotes to force Excel to treat them as Text: it won't change the behavior.
Below this table, create a simple PivotTable on "DataTable" with "Company" as a Row Field and "Sum of Score" as a Value Field.
In the PivotTable, Sort the "Row Labels" (Company) field "A-Z".
You will see this, where the values "DEC" and "SEP" bubble to the top above the other A-Z values:
What apparently is happening is that Excel insists on treating anything that looks like a month name or abbreviation as its numeric equivalent, which sorts above the other A-Z text values.
- Question 1: Is this a confirmed bug?
- Question 2: How can I keep the desired values (like "SEP") but stop this from happening?
I am happy to upload an actual simple spreadsheet which shows this behavior. Thanks!


