I have 2 cells containing sentences(out of which 1 is right answer and another is wrong). What I want is to find out is the missing words in the wrong answer when compared to right answer.
Example: Cell A1(Right Answer): We strongly recommend enabling push notifications on this device.
Cell B2(Wrong Answer): strongly enabling notifications device.
What I want the formula or VBA code to retrieve in cell C3 is [We recommend push on this].
Can anyone please help me with this. And also the delimters in the data are spaces only.
Example: Cell A1(Right Answer): We strongly recommend enabling push notifications on this device.
Cell B2(Wrong Answer): strongly enabling notifications device.
What I want the formula or VBA code to retrieve in cell C3 is [We recommend push on this].
Can anyone please help me with this. And also the delimters in the data are spaces only.