How can I use the find function to see if two strings exist in excel?
EX:
row/column A B C D
1 fly cat dog fish
2 cat pig horse dog
3 zebra pig cat elephant
I want to search what rows both contains cat and dog. How can I achieve this?