=IF(E3="Met notificatie";QUERY(CSVupload!A2:I;"select F, D, E, C, B where A = '"&C3&"' AND I>=0 " );IF(E3="Zonder notificatie";QUERY(CSVupload!A2:I;"select F, D, E, C, B where A = '"&C3&"' AND I contains '0'" );QUERY(CSVupload!A2:I;"select F, D, E, C, B where A = '"&C3&"'")))
(im using dutch version so some signs are different... when having an answer please just use your own language settings ill find out how that differs)
E3 contains 3 types (met notificatie, zonder notificatie, alle) of text and it needs to filter all cells from the second tab(CSVupload!A2:I) only the result now is that with this formula the results of "Met notificatie" and "Alle" are the same. Can someone explain why those two dont seem differ?