Data Sort Question: Pivot Table?

tam079

New Member
Joined
May 3, 2012
Messages
1
What I want to do is below. It might be most easily done through a Pivot Table, but that was why I wanted to ask. I have not used Pivot Tables in 6-7 years.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
EXAMPLE WORKSHEET
A1 = “Document Title”
A2:S2 = “Labels”
<o:p> </o:p>
I want on the right side of each cell, A2:S2, a “drop-down-arrow” that sorts all the “Data” by the particular column selected. Such that if I click on A2’s “drop-down-arrow” would allow me to select; Ascending, Descending, or any particular “Data” item in the range A3:A2084. The last option of which, when selected, will show only the items in the entire range that have that particular data item in column A.
<o:p> </o:p>
A3:S3084 = “Data”
<o:p> </o:p>
How do I best set up the worksheet so that it can be easily sorted as I described above?
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Hi and Welcome to the Board,

What you describe can be done with AutoFilters.

Another option would be to convert the Range into a Table (called a ListObject in before xl2007)
 
Upvote 0

Forum statistics

Threads
1,216,385
Messages
6,130,314
Members
449,572
Latest member
mayankshekhar

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