Pivot Sort and Repeat Rows

eunharanft

New Member
Joined
Feb 9, 2004
Messages
49
In a pivot table how can I let every row to repeat in a column. I mean when I have a couple of items in the column, the first column shows the value only once on top. Is there a way to let it repeat every row? For example,

From
ABC 123
456
789

To
ABC 123
ABC 456
ABC 789

I need to sort it (I tried in Pivot sort, but it didn't work for the field that I have created) but this seems like the best way for now. Any help would be very much appreciated.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Only by using a range outside the PT with a formula like :-
=IF(A2<>"",A2,B1)
(with the data in column A and formula copied down column B).
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top