Forum Discussion

AVP68's avatar
AVP68
Copper Contributor
May 18, 2019
Solved

Sorted Ranked Data on separate sheet

How can I get the ranked data on a separate sheet that is sorted with formula? Two sheets I have, data and summary. The data sheet has items ranked. There are 3 columns that I want to show in the ne...
  • Detlef_Lewin's avatar
    May 18, 2019

    AVP68 

    I probably would do it without formulas.

    =INDEX(Data!$A$2:$A$6,MATCH(B2,Data!$B$2:$B$6,0))

    =SMALL(Data!$B$2:$B$6,ROWS(B$2:B2))

    =INDEX(Data!$C$2:$C$6,MATCH(B2,Data!$B$2:$B$6,0))