A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello Glenn Hinoki
What version of Excel are you using? M365 or other one-time purchase version?
Has answer provided by AI able to help you solve this issue yet?
If not, I would like to recommend an additional method for you to try:
The Advanced Filter method can work, but it usually needs to be run again when new data is added. If you want the result on another worksheet to update more automatically, you may want to try using the FILTER function instead.
Here is what you can do:
- Select your source data and press Ctrl + T to convert it into an Excel Table.
- Go to the worksheet where you want the filtered result to appear.
- Enter a formula similar to this:
=FILTER(Table1, Table1[Status]="Open", "")
Please replace Table1, Status, and Open with your actual table name, column name, and filter condition.
This should create a live filtered result on the other worksheet. When you add new rows to the source table, the filtered result should update automatically, as long as there is enough empty space below and beside the formula for the results to expand.
Feel free reply back to this post if you need further assistance, I'll be happy to help.