Hi Guys,
I have a database with text in multiple cells. I want to have a search functionality to find certain words, for example to be able to find "orange" OR "yellow", or "orange" AND "yellow". What's more, I need excel to return results, of where these words are. So let's say it's my database:
A1 A2
Fruits This lemon is yellow.
Books This book is orange.
Now I'm putting that "orange OR yellow" and the excel is giving me: Fruits, Books.
I'm putting "orange AND yellow" and the excel is returning 0 answers.
Is there a chance to code something like that?
Bookmarks