Can you use the Filter(Importrange to filter more then one column, for example, where C = "Foundations" and F = "S1". I cannot use query because I need links to come through on the import.
My formula is:
=FILTER(IMPORTRANGE("URL","Courses!A2:F"),INDEX(IMPORTRANGE("URL","Courses!A2:F"),0,6)="S1")
This works just need to add another criteria.