I'm using a filter to update a column and it works. But now I need to create 2 filters inside the same cell.
Filter 1
=FILTER(ABD!C:C,ABD!K:K="Ok",ABD!J:J="Catarina Ferreira") Filter 2
=FILTER(MM!E:E,MM!L:L="Ok",MM!K:K="Catarina Ferreira") I need both filters to work inside the same cell. Is it possible?