Forum Discussion
mshakeeb
Feb 23, 2021Copper Contributor
Excel Filter Function- Restricted to 5000 rows
Hello, I am trying to use the new filter function on a table which contains 20K Lines. It looks this function is restricted to 5000 Line item. When I provide the range with in 5K rows , I am gett...
mathetes
Feb 23, 2021Silver Contributor
It seems only remotely possible that the FILTER function is limited to 5000 rows. Possible, but extremely unlikely.
Usually when we humans get a #N/A error message, it's we who have erred, not Excel. Usually. OR there's something in the data to which we're applying the function in question.
I'd check your syntax, all of the references, and then the data itself. There could be something in row 15,678 that causes the #N/A.
Do something like doubling (via copy and paste) the 5000 rows that DO work and see if your FILTER handles the resulting 10,000 rows.