unknownymous
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 249
- Office Version
- 2016
- Platform
- Windows
Hi Gurus,
I have below sample raw data. I need to filter and move the information that contains certain words. Example I need to Copy the whole row that contains "Missed", "Chck", "Note"& "Check" (might add more) in the Subject Column.
Example: Another tab will be created for below Output
Do you have any idea on how to code this or if this is feasible? Any help will be much appreciated.
I have below sample raw data. I need to filter and move the information that contains certain words. Example I need to Copy the whole row that contains "Missed", "Chck", "Note"& "Check" (might add more) in the Subject Column.
Account | Subject | Number | x | Note 1 | Note 2 | Note 3 |
001 | Math - Missed | 95 | ||||
002 | Science | 90 | ||||
003 | History (Chck) | 85 | ||||
004 | Language Arts with Note | 80 | ||||
005 | Foreign Language | 75 | ||||
006 | Others Check | 70 |
Example: Another tab will be created for below Output
Account | Subject | Number | x | Note 1 | Note 2 | Note 3 |
001 | Math - Missed | 90 | ||||
003 | History (Chck) | 85 | ||||
004 | Language Arts with Note | 80 | ||||
006 | Others Check | 70 | ||||
Do you have any idea on how to code this or if this is feasible? Any help will be much appreciated.