Oct 21 2023 05:44 PM - edited Oct 21 2023 06:02 PM
Hello all,
I want to know if it’s possible to auto populate all data present in a row in a new excel sheet if the row from which I need to copy has two keywords.
for instance if the workbook from which I am copying is having keywords like CARD and complete, how can I make sure that the whole row gets copied to a new sheet as soon as these words are triggered in the row when someone inputs these words in the sheet from which I want to copy.
also is it possible to set it up for multiple sheets. For instance I have a folder which has multiple excel spreadsheets, is it possible to pull this data from multiple spreadsheets to a single sheet if these keywords are found within those sheets in the folder.
thank you in advance for the help it would be a great help please.
Oct 22 2023 03:53 AM
If you have Microsoft 365, you can use the FILTER function to return rows from a worksheet that satisfy some conditions, and VSTACK to combine the result of FILTER from multiple worksheets.
If you'd like help with that, please provide more detailed information. For example: in which column (or columns) should we look for the keywords?
Oct 22 2023 06:16 AM
Oct 22 2023 06:35 PM