Hi guys, I'm running into a weird issue where I have 2 Search functions in a Filter function formula and it's only returning the results of the first Search function. Do you have any idea what's going on here? This is my formula. I tested them each independently, and they return the proper results. Any help would be greatly appreciated. Thanks!
=FILTER('ITEM LUT'!EQ3:EQ100,(ISNUMBER(SEARCH('VARIABLE LUT'!$B$7,'ITEM LUT'!$EP$3:$EP$100)*(ISNUMBER(SEARCH('VARIABLE LUT'!$B$29,'ITEM LUT'!$EP$3:$EP$100))))))
=FILTER('ITEM LUT'!EQ3:EQ100,(ISNUMBER(SEARCH('VARIABLE LUT'!$B$7,'ITEM LUT'!$EP$3:$EP$100)*(ISNUMBER(SEARCH('VARIABLE LUT'!$B$29,'ITEM LUT'!$EP$3:$EP$100))))))