I have been struggling with this for a while and am unable to find a solution on google, so any help would be greatly appreciated!
The function is trying to list all the courses that a student is taking, based on all the students that are taking "English".
I am trying to filter a table based on the output of another filter function. This function below works perfectly when the output of the second filter function is only 1 value, but as soon as it outputs a dynamic array of more than 1 value, an error occurs. Please let me know if there is an easier way to do this, or if I am doing something wrong.
Thank you.
=FILTER(Table1[[#All],[Course]],Table1[[#All],[Surname - Given Names]] = FILTER(Table1[[#All],[Surname - Given Names]],Table1[[#All],[Course]]="English"))
FILTER()function can't compare with many value. Post few sample data and desired output. There may any other formulas to meet your requirement.