Filter Function with And

cstickman

Board Regular
Joined
Oct 23, 2008
Messages
137
Hello Excel Users,

I seem to run into an issue with my Filter function. I am trying to add a few AND to it. Below is what I have and it keeps returning as "No Results"

Formula:
FILTER(Tracker!A1:V887,ISNUMBER(FIND(Assignments!A5,Tracker!C1:C887))*ISNUMBER(FIND(Assignments!A6,Tracker!C1:C887)),"No Results")

Additional Notes:
I am using ISNUMBER and FIND because I need to be like the data in Assignments A5. The data is task and subtasks and I need it to capture all tasks and subtasks. Any assistance would be greatly appreciated. Thanks!!
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Are you sure you want AND rather than OR?
 
Upvote 1
Solution
Do you need both conditions in A5 and A6 to be true?
 
Upvote 1
Glad we could help & thanks for the feedback.
 
Upvote 1

Forum statistics

Threads
1,225,750
Messages
6,186,808
Members
453,373
Latest member
Ereha

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