Dump Error Filter Function

Deleted
Not applicable

I'm trying to use the filter function to automate a form to take an inventory, so I need to use a formatted table, but the filter function doesn't work with a formatted table.

 

Kafelizardo_0-1661053253172.png

 

1 Reply

In case of table column use INDEX with FILTER function. Like

 =INDEX(YourFilterFunction,ROW($A1),COLUMN(A$1))