FILTER function #VALUE! error

Anonymous
2022-09-07T15:38:28+00:00

Hello - I want to use the FILTER function to enter row data into a new sheet. I am trying out the basic FILTER function formula first and getting a #VALUE! error. Not sure where I'm going wrong. Thank you.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. HansV 462.4K Reputation points MVP Volunteer Moderator
    2022-09-07T15:42:10+00:00

    I think you want

    =FILTER(A4:C12, C4:C12=G1, "")

    7 people found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-09-07T17:50:06+00:00

    Hello,

    Thanks for the earlier help. I notice I can't use filter function with tables. Is there a way to use the FILTER function to populate a table? I can set up my table values to =FILTER function output, but that is not very elegant solution.

    Cheers,

    N. Ruehlen

    1 person found this answer helpful.
    0 comments No comments
  2. HansV 462.4K Reputation points MVP Volunteer Moderator
    2022-09-07T18:50:08+00:00

    You can refer to a table in a FILTER formula, but you cannot enter a FILTER formula in a table. This is because FILTER returns a dynamic number of rows, Tables cannot handle that.

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-09-07T19:11:19+00:00

    Thank you,

    I ended up setting up the Filter function to output into a range of cells then to populate my table set the table cell values to = the Filter function output cell values, then hide the Filter function output columns and set print area to my table.

    Cheers,

    -Nevada

    1 person found this answer helpful.
    0 comments No comments