Tablesearch multiple instances of key

I have a table with multiple instances of a key. It seems as though the tablesearch function will only return the first instance. Is there any way to return multiple instances of the same key?

Ultimately what I'm trying to do is display text from a cell whenever another cell in that same row shows a particular key. This key shows up in multiple rows in my table and so the final output should show multiple instances of text. I was trying to use the tablesearch function (along with the tablecellvalue function) but the problem is tablesearch only brings up the first instance.

Any ideas?

Comments

Sign In or Register to comment.