I have a large Excel (2016) file that looks like this
ID | Group | Status | ...
01 | Yamato | OK |
02 | Serenity | Delayed |
03 | Normandy| Failed |
04 | Normandy| OK |
05 | Serenity | Idonteven|
On another sheet there is a pivot table that provides an overview of each group, specifically the status counts, but it's important for us to be able to add a comment for the whole group, e.g.:
Group | Total | OK | Failed | Delayed | Idonteven | Comment
Serenity | 154 | 120 | 12 | 20 | 2 | [FFS] Insufficient supplies
Currently this is done by a dedicated column outside of the actual pivot table, far enough to the right to accommodate the columns that could be needed for all states. HOWEVER groups may be added or removed, and if a group is removed, the string for it is removed from the pivot table and all the rows below shift up, however comment column is not adjusted and the comments end up in the rows for the wrong groups.
So I wanted to check if anyone knows a way to add a column with custom text to a pivot table in a way that would keep the comments attached to the correct string, or another functionality to the same effect.
(Actual comments via the "New comment" button would not work here, as the tags in the comments are used to trigger formatting/formulas further downstream)





