View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Text comparison in adjacent cells

It can show that there is a difference pretty easily:

=if(a1=b1,"no change","change")

But it would pretty impressive to be able to parse those values and show the
differences (whatever that means).

Andy wrote:

Can Excel show the differences in text strings which appear in different cells

eg changes of wording in similar phrases
--
Thank you very much

Andy


--

Dave Peterson