I have text in two cells with different text. I'm attempting to identify the diff (difference between the text: text that is added or missing) between the two cells.
Example :
A1:ThisisasystemgeneratedmentanddoesnotrequiresignatureAnyunauthorizedusedisclosuredisseminationoringofthisdocumentisstrictlyprohibitedandmaybeunlawful
B1:Thisisasystemgenerateddocumentanddoesnotrequiresignatureunauthorizedusedisclosuredisseminationorcopyingofthisdocumentisstrictlyprohibitedandmaybeunful
Both cells A1
and B1
should highlight only textual differences. How do I implement this?
This is actually a pretty tricky scenario, but here you go: