Forum

Notifications
Clear all

Filter function limitation?

4 Posts
4 Users
0 Reactions
301 Views
(@Anonymous)
Posts: 0
New Member Guest
 

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. 

 
Posted : 27/04/2023 3:14 am
(@mynda)
Posts: 4761
Member Admin
 

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

 
Posted : 27/04/2023 8:17 pm
(@keebellah)
Posts: 373
Reputable Member
 

If I remember correctly there is a limit around the 10000 rows to display it in the dropdown list

Thta has nothing to do with your question but just information

 
Posted : 28/04/2023 2:10 am
(@j8150outlook-com)
Posts: 51
Trusted Member
 

Soooo, it turns out that Mynda is right: I had a problem in that row.

 

Thank you Hans for the information. I didn't think it was a limitation since those are usually in the Power of 2.

 

Thanks. 

 
Posted : 28/04/2023 8:22 am
Share: