S
swansonray
I am trying to solve a problem I am having with RANK. I found some great
information that is posted on “cpearson.com†and I see what it does but the
formulas have to be in the same rows that the data is in. What I am looking
for is to populate the 1st place for a caption in a separate row.
“=OFFSET(B$11,MATCH(SMALL(K$11:K$13,ROW()-ROW(K$11)+1),K$11:K$13,0)-1,0)â€
works if data is in same row.
Info:
Column B ColumnK
Name Rank
Group1 2
Group2 1
Group3 3
Now in a row below the above data and in a separate column I want to display
the name that ranked 1st. ie Group2.
And finally if there is a tie for first in the data I want to display
“Group2 and Group(Tied Group)†in tha same cell.
information that is posted on “cpearson.com†and I see what it does but the
formulas have to be in the same rows that the data is in. What I am looking
for is to populate the 1st place for a caption in a separate row.
“=OFFSET(B$11,MATCH(SMALL(K$11:K$13,ROW()-ROW(K$11)+1),K$11:K$13,0)-1,0)â€
works if data is in same row.
Info:
Column B ColumnK
Name Rank
Group1 2
Group2 1
Group3 3
Now in a row below the above data and in a separate column I want to display
the name that ranked 1st. ie Group2.
And finally if there is a tie for first in the data I want to display
“Group2 and Group(Tied Group)†in tha same cell.