Hi guys, I thought I had this working, but it's only returning results for the first criteria, not the 2 I have in my formula:
=FILTER(ENTRYTABLE,(ISNUMBER(SEARCH(Sheet1!$AE$3,'DATATABLE'!M2:M41) * (ISNUMBER(SEARCH(Sheet1!$AC$3,'DATATABLE'!M2:M41))))))
Is there something I'm doing wrong? I thought by putting the * multiplier in there it would return only rows that meet both criteria. I flipped the formula and it only found those results in the first part of the formula. Any help would be appreciated, I'm really confused. Thanks all!
=FILTER(ENTRYTABLE,(ISNUMBER(SEARCH(Sheet1!$AE$3,'DATATABLE'!M2:M41) * (ISNUMBER(SEARCH(Sheet1!$AC$3,'DATATABLE'!M2:M41))))))
Is there something I'm doing wrong? I thought by putting the * multiplier in there it would return only rows that meet both criteria. I flipped the formula and it only found those results in the first part of the formula. Any help would be appreciated, I'm really confused. Thanks all!