I have multiple sheets that outline course topics and keywords by chapter (topics go from top to bottom in a cell). I want to build a sheet where I can type in a keyword and have returned all of the cell addresses for each course where the keyword appears in each of the course outlines. I can INDEX/MATCH, but can only get the first instance to show. How do I return all of the instances (cell addresses) where a keyword is found in a column?
In other words, if I search for "student" in a cell, I want to return all of the cell addresses in the topic column for Course A, Course B, Course C, etc. where "student" can be found.