
Originally Posted by
AlexBN
I will add it manually out of pivot table
Love it.
Put the string Index in cell E1 of your Base sheet
Put a 1 (one) in cell E2
In E3 put:
Code:
=IFERROR(VLOOKUP($A3,$A$2:$E2,5,0),MAX($E$2:$E2)+1)
copy down.
Extend your pivot table's source range to include column E
Add the Index field as the first item in the Rows area of the pivot table
In the Design tab choose Show in tabular form in the Report Layout dropdown of the Layout section.
Hide the +/- buttons.
See your pivot table tweaked at cell B3 of the Pivot sheet in the attached.
Bookmarks