View Single Post
 
Old 09-23-2021, 03:25 PM
Bosslb Bosslb is offline Windows 7 64bit Office 2019
Novice
 
Join Date: Sep 2021
Posts: 1
Bosslb is on a distinguished road
Exclamation Index Match and return mutiple results from a table

Hello,

I am currently using this formula to return data from one table that has a "Student ID" column.

Sometimes the Student ID is repeated in the table and so I want to return all the rows that has the same Student ID in that table.

With this formula, I am getting just the 1st row!



=IF(INDEX(All_Appended[#Data], MATCH($O$3,All_Appended[Student ID],0), MATCH(D6,All_Appended[#Headers],0))=0, "-",INDEX(All_Appended[#Data],MATCH($O$3,All_Appended[Student ID],0), MATCH(D6,All_Appended[#Headers],0)))





Anyone can help please to make this work?

Thank you.
Reply With Quote