I have a large database on the "Colated" sheet in my excel workbook:
Column E Contains Course Names
Row F1 - HZ1 Contains Role Title
The body contains either Required, Not Required or Variable
Course Name is entered into C3
H4 contains either Required, Not Required or Variable
I want to use a forumla such as the one I am using below, to return ALL the column headers applicable, e.g if the course name is in row E1 and there are 3 instances where "Required" applies, I want the 3 column headers (Role title) to be returned
The below formula will only return one match, (it is the last match in the row),
=INDEX(Colated!$F$1:$HZ$1,MATCH($H$4,INDEX(Colated!$F$2:$HZ$350,MATCH($C$3,Colated!$E$2:$E$350),)))
Can anyone advise, I think it needs an array, but im not sure how to get the multiple match returns.
thanks
Column E Contains Course Names
Row F1 - HZ1 Contains Role Title
The body contains either Required, Not Required or Variable
Course Name is entered into C3
H4 contains either Required, Not Required or Variable
I want to use a forumla such as the one I am using below, to return ALL the column headers applicable, e.g if the course name is in row E1 and there are 3 instances where "Required" applies, I want the 3 column headers (Role title) to be returned
The below formula will only return one match, (it is the last match in the row),
=INDEX(Colated!$F$1:$HZ$1,MATCH($H$4,INDEX(Colated!$F$2:$HZ$350,MATCH($C$3,Colated!$E$2:$E$350),)))
Can anyone advise, I think it needs an array, but im not sure how to get the multiple match returns.
thanks