How to capture new data automatically when using the Filter function

KRE

New Member
Joined
Apr 18, 2023
Messages
21
Office Version
  1. 365
Platform
  1. Windows
I'm using the filter function that references a data set. The data set gets 10 to 15 new lines added in each week. How can my filter function auto pick up this data?

=FILTER(Tracker!B1104:G1480,Tracker!A1104:A1480='Individual 2024'!A3)

The data set is in the tracker tab and I just added 20 rows to the tracker tab. So I would want my filter function to auto pick up G1500 instead of stuck on G1480?
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
How about
Excel Formula:
=FILTER(Tracker!B1104:G3000,Tracker!A1104:A3000='Individual 2024'!A3)
 
Upvote 0
Solution
yes that will work. I guess I could have picked 1,000,000 as my end number even.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,153
Messages
6,129,172
Members
449,490
Latest member
TheSliink

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top