Index match -more than one answer?

methody

Well-known Member
Joined
Jun 17, 2002
Messages
857
Hi
I have a grid with teams along the top row then rows for each week of the season.
In each row 1's and 0's are used to indicate if a team is playing. 1 means playing. 0 means not playing.

Normally there is only one team who is not playing (a bye). In the cells to the right of each row I want to enter the name of the team who is not playing. I am using Index match INDEX(GV$2:HL3,1,MATCH(0,GV3:HL3,0))

This is fine and does exactly what I want if there is only 1 team which is not playing but sometimes there can be up to 8 teams who have the week off. How can these all be entered in adjacent cell to the right of the grid.

Any help appreciated.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Perhaps you could try
Excel Formula:
=FILTER($GV$2:$HL$2,GV3:HL3=0,"")
 
Upvote 0
Solution

Forum statistics

Threads
1,214,970
Messages
6,122,514
Members
449,088
Latest member
RandomExceller01

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