JonEChavez
New Member
- Joined
- Jun 23, 2021
- Messages
- 2
- Office Version
- 365
Hello All, I've scoured the site, but first post, so hopefully I'm clear in the Q description.
I've got a worksheet, A-H, 1-100. In Columns C,D,E, there are singular, non-unique values. In Column G, there's a string of values which may contain one or more of the values from C,D,E.
I'm trying to put together a macro that -Prompts the user to select cells/range in columns C,D,E -Filters G for any rows that contain those values.
In my research, I found immediately the limitations of Advanced Filters. I started learning script writing just a week ago or so and am so far able to prompt the user to select cell, take the values and drop them to a cell in the format [="XX" or "XX" or "XX" ...] (where X's are the values from the selected C,D,E range).
I can't for the life of me figure out how to get row G to filter for rows containing these values. I think I may be on the wrong track with the data string as well, but any input would be much appreciated!! (nearly 100hrs already put into creating the database).
I've got a worksheet, A-H, 1-100. In Columns C,D,E, there are singular, non-unique values. In Column G, there's a string of values which may contain one or more of the values from C,D,E.
I'm trying to put together a macro that -Prompts the user to select cells/range in columns C,D,E -Filters G for any rows that contain those values.
In my research, I found immediately the limitations of Advanced Filters. I started learning script writing just a week ago or so and am so far able to prompt the user to select cell, take the values and drop them to a cell in the format [="XX" or "XX" or "XX" ...] (where X's are the values from the selected C,D,E range).
I can't for the life of me figure out how to get row G to filter for rows containing these values. I think I may be on the wrong track with the data string as well, but any input would be much appreciated!! (nearly 100hrs already put into creating the database).