Hey there,
I've been working all day on this but there must be a s uper easy solution.
I have an excel with multiple questions and answers. Questions are in one column, answers in another, yet another column contains a "catchword" describing the question (e.g. if the question is "what is Mars?" the catchword would be "Mars".
I now want to display the corresponding answer if the input contains the catchwork.
So I don't want to filter the catchword column for the input but instead do the reverse - check if the input contains any of the catchwords in the catchword column.
Any help would bbe very much appreciated!