I want for example use the REGEXMATCH command to recognize when certain combinations of words is found in a specific cell, for example: =REGEXMATCH(C25;C29&D15)
Let's say that in C25 there is the text "I like blue apples."
In C29 I have the text "blue" and in D15 "apples". Ok, it is TRUE.
But let's say that I also have a C30 with the word "green" and D16 with the word "bananas".
And I want the =REGEXMATCH(C25;C29&D15) to also include combinations of "blue bananas" or "green apples" and so on if I write these combinations in C25. How do I write the code to accomplish this?





