I currently have a BD with almost 1500 rows. Each row has a string of different characters (all within the same cell), in some cases, there are similar words within each row. For example:
Row 1: Tempera for children of color red 10 grams
Row 2: Tempera for adults color black 50 grams
Row 3: Tempera for children of color yellow 10 grams
Row 4: Tempera for adults color black 10 grams
I am trying to create a macro in which you enter two or more words and that these words are searched in each row, and subsequently, I explain which are the lines that contain the two or more words. For example:
If I entry the words:
- "black tempera" : Rows 2, 4
- "children" : Rows 1, 3
- "10 tempera" : Rows 1,3 and 4