Hi experts,
I'm having some issues when trying to create complex FILTER function criterias using AND plus OR.
They are working separately, but when I add two OR criterias it returns all of them (it should only select the light blue ones anbd NOT the yellow ones). The final formula will contain more ORs, so I wonder if using an array under search will work, becuase I have not managed to get it working on my side.
Here the function I use in F5, and the table:
I'm having some issues when trying to create complex FILTER function criterias using AND plus OR.
They are working separately, but when I add two OR criterias it returns all of them (it should only select the light blue ones anbd NOT the yellow ones). The final formula will contain more ORs, so I wonder if using an array under search will work, becuase I have not managed to get it working on my side.
Here the function I use in F5, and the table:
Excel Formula:
=TEXTJOIN("#",TRUE,FILTER(B:B,(D:D=G2)*((ISNUMBER(SEARCH("Meraki",C:C))=FALSE)+(ISNUMBER(SEARCH("Voice",C:C))=FALSE)),""))