View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Working with Text

=IF(A1=B1,"Same","")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"TEB2" wrote in message
...
I have 2 columns of names. #1 has the full legal name and #2 has their

more
common name.

How do you compare the 2 to see if they are similar?