Index Match for when Values in a column are repeated

TerryE123

New Member
Joined
Oct 29, 2016
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi everyone
I was hoping you could point out either where I am going wrong or if I should take a different approach with this.

Attached is a small sample
On the Courses tab, I can populate a timetable across a row of dates to show when courses are being run.

On the second tab are a list of trainers with a similar layout to the first tab. Using the formula shown, I can get the course name in the correct column against the correct trainer whether that trainer is in the first or secong Trainer column (some courses need 2 trainers)

The problem I cannot resolve is when the trainer appears again for a different course on a different date. In the example attached, the 2nd course run by Trainer 1 and 3 is not showing.
I would be grateful is someone could point out what I am doing wrong or what I should be doing?

The real file will contain 30 trainers with over 300 courses a year.

Thank you all in advance

Terry
 

Attachments

  • MatchIndex.jpg
    MatchIndex.jpg
    44.3 KB · Views: 18

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
You could e.g. use FILTER function:

Excel Formula:
=CONCAT(FILTER(FILTER(Courses!$G$3:$N$6,((Courses!$E$3:$E$6=$B9)+(Courses!$F$3:$F$6=$B9))),Courses!$G$2:$N$2=C$8))
 
Upvote 0
Solution

Forum statistics

Threads
1,221,525
Messages
6,160,326
Members
451,637
Latest member
hvp2262

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