October 28, 2024
Hi,
I created a FILTER formula that works fine, but only up to 147 rows:
=FILTER([SprayAsistFrm.xlsx]SprayAsistFrm!$D$2:$D$147,(
([SprayAsistFrm.xlsx]SprayAsistFrm!$G$2:$G$147=B2)*
([SprayAsistFrm.xlsx]SprayAsistFrm!$F$2:$F$147=F2)))
If I change the "147" to "148" I get the #VALUE error.
It happens also if I change the value in just one of the parameters (as senseless that it is).
Also tried using Name-Ranges and got the same issue.
Any help will be appreciated.
Regards,
Ayal Telem.
July 16, 2010
Hi Ayal,
It's difficult to troubleshoot without the file, but to be clear, if you change the formula to this:
=FILTER([SprayAsistFrm.xlsx]SprayAsistFrm!$D$2:$D$148,(
([SprayAsistFrm.xlsx]SprayAsistFrm!$G$2:$G$148=B2)*
([SprayAsistFrm.xlsx]SprayAsistFrm!$F$2:$F$148=F2)))
You get an error? If so, there's probably something in row 148 that is causing the error.
I hope that points you in the right direction. If you're still stuck, please share the file.
Mynda
Answers Post
1 Guest(s)