When I try to use the code in Google Sheets
=Filter(NKBPurchase!N2:N, isNumber(Search(D2, NKBPurchase!N2:N)), "Not Found")
I am getting an error stating the undermentioned
FILTER has mismatched range sizes. Expected row count: 947. column count: 1. Actual row count: 1, column count: 1.
Please suggest how to solve this issue.