GMC The Macro Man
Board Regular
- Joined
- Mar 23, 2023
- Messages
- 102
- Office Version
- 2021
- Platform
- Windows
Hi there
I have a daily spreadsheet that has about 20 columns and over 3000 rows where I need to filter out a selected list of users.
The image below is a slimmed down version and the User List (Column G) is a TABLE which is normally on a different TAB within the Workbook
The Unique Identifier is Column A (USER) which could hold up to 200 individual users.
My task is to go through all of the User (Col A) and if the User appears in the User List (Col G) then I need to copy the data in that row and paste to a new Line in a new worksheet
I have tried both V & X lookup, FILTER, and VBA but I'm struggling to get any formula to LOOKUP the User list and continue until all Users have been verified.
I have also added an image below of what my expected output should look like
Any help would be appreciated
In this demo, there was only 2 users who where in the User List and this is the expected output
I have a daily spreadsheet that has about 20 columns and over 3000 rows where I need to filter out a selected list of users.
The image below is a slimmed down version and the User List (Column G) is a TABLE which is normally on a different TAB within the Workbook
The Unique Identifier is Column A (USER) which could hold up to 200 individual users.
My task is to go through all of the User (Col A) and if the User appears in the User List (Col G) then I need to copy the data in that row and paste to a new Line in a new worksheet
I have tried both V & X lookup, FILTER, and VBA but I'm struggling to get any formula to LOOKUP the User list and continue until all Users have been verified.
I have also added an image below of what my expected output should look like
Any help would be appreciated
In this demo, there was only 2 users who where in the User List and this is the expected output