Copying Row Headers

Ragarm13

New Member
Joined
Mar 25, 2018
Messages
19
I have a spreadsheet similar to this. I am filtering the column of numbers for the 3 highest, which works well. What I am wondering is how do I get the labels to follow the data?

Say I have two spreadsheets. I am using LARGE to sort through one sheet and put results on a different one.
TIPS
23
HATS12
PINS92
CAPS74

<tbody>
</tbody>
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
You can sort or set a pivot table. Here's a formula solution though:


Excel 2010
AB
1TIPS23
2HATS12
3PINS92
4CAPS74
5
6
792PINS
874CAPS
923TIPS
Sheet5
Cell Formulas
RangeFormula
A7=LARGE($B$1:$B$4,ROW(A1))
B7=VLOOKUP(A7,CHOOSE({2,1},$A$1:$A$4,$B$1:$B$4),2,0)
 
Last edited:
Upvote 0
This seems to work great! Thank you!
You can sort or set a pivot table. Here's a formula solution though:

Excel 2010
AB
1TIPS23
2HATS12
3PINS92
4CAPS74
5
6
792PINS
874CAPS
923TIPS

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet5

Worksheet Formulas
CellFormula
A7=LARGE($B$1:$B$4,ROW(A1))
B7=VLOOKUP(A7,CHOOSE({2,1},$A$1:$A$4,$B$1:$B$4),2,0)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,580
Members
449,089
Latest member
Motoracer88

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