santoshsapre
New Member
I have hug data of name in column A with first name, middile name, surname format and in column B same name but diffrent format like surname , first name and then middle name
i want any formula or macro or to highlite both cell with match name.
current have tried =exact formula but many such cases showing false
example given below :
[pre]
[/pre]
attached sample file
http://dl.dropbox.com/u/66400357/Book1.xlsx
i want any formula or macro or to highlite both cell with match name.
current have tried =exact formula but many such cases showing false
example given below :
[pre]
Code:
column A column B Result using =exact
prakash joshi prakash joshi true
prakash joshi joshi prakash false ( required true )
praksh joshi prakash ramesh joshi false ( required true )
joshi prakash prakash joshi alse ( required true )
santosh sapre santosh sapre TRUE
sapre santosh santosh R Sapre TRUE
santosh rajaram sapre sapre santosh TRUE
sapre santosh rajaram santosh rajaram sapre TRUE
santosh R sapre sapre santosh rajaram TRUE
vijay patil shankar jadhav FALSE
sandip pradhan sandip rathod FALSE
Mayuresh Ramesh Pandit Pandit Mayuresh TRUE
attached sample file
http://dl.dropbox.com/u/66400357/Book1.xlsx