Can FILTER return full rows that meet 2 Criteria?

c.clavin

Board Regular
Joined
Mar 22, 2011
Messages
123
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
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!
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You have the brackets in the wrong place, try
Excel Formula:
=FILTER(ENTRYTABLE,(ISNUMBER(SEARCH(Sheet1!$AE$3,DATATABLE!M2:M41)))*(ISNUMBER(SEARCH(Sheet1!$AC$3,DATATABLE!M2:M41))))
 
Upvote 0
Fluff, you are a LEGEND! Thank you so much!! I was beating my head against the wall, time to ice down haha!
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,220
Messages
6,123,693
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top