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!!
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!!