Index/ lookup function

Jzfbkr

New Member
Joined
Aug 4, 2014
Messages
29
RANKTEAM NAMEPlayedPoints
1TEAM A49
2TEAM B48
3TEAM C37
4TEAM D47

<tbody>
</tbody>










TEAM INPUT CELL
TEAM C

<tbody>
</tbody>

I am looking to try and find the TEAM NAME in the input cell within the range above and replicate the data above for the row above and below returning the following in another location:

RankTEAM NAMEPlayedPoints
2TEAM B48
3TEAM C37
4TEAM D47

<tbody>
</tbody>








Does anyone have any suggestions?

Thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
would it always be B above and D below, selected only by Team name ?
 
Upvote 0
It would move according to the team name.

(I.E) if I entered the team name of a team in position 10 it would return the information for positions 9 and 11
 
Upvote 0
See if this works.
Note that the IFERROR part of the formula only works in Excel 2007 or later.

Formulas in A10 and A12 would be copied across cells.
Excel Workbook
ABCD
1RANKTEAM NAMEPlayedPoints
21TEAM A49
32TEAM B48
43TEAM C37
54TEAM D47
6
7
8TEAM C
9RankTEAM NAMEPlayedPoints
102TEAM B48
113TEAM C37
124TEAM D47
Sheet
 
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,935
Members
449,480
Latest member
yesitisasport

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