A ashish mehra Active Member Sep 30, 2014 #1 Hi, I want to highlight the text/value that is found repeated in Competitor data when compared to Client data. Sample file has been posted. Regards, Ashish Mehra Attachments Client v Competitor data.xlsx 8.9 KB · Views: 6
Hi, I want to highlight the text/value that is found repeated in Competitor data when compared to Client data. Sample file has been posted. Regards, Ashish Mehra
Somendra Misra Excel Ninja Sep 30, 2014 #2 Hi Ashish, See the file. Regards, Attachments Client v Competitor data.xlsx 9.1 KB · Views: 8
Somendra Misra Excel Ninja Sep 30, 2014 #6 You can also use MATCH in CF rule, simply put below formula in CF: =MATCH(A2,'Client Data'!$A$2:$A$4,0) Regards,
You can also use MATCH in CF rule, simply put below formula in CF: =MATCH(A2,'Client Data'!$A$2:$A$4,0) Regards,
A ashish mehra Active Member Oct 1, 2014 #7 Somendra Misra said: You can also use MATCH in CF rule, simply put below formula in CF: =MATCH(A2,'Client Data'!$A$2:$A$4,0) Regards, Click to expand... Good morning SM, Yes that's a perfect solution that I am looking after, I just convert both sheets into tables to be dynamically updated whenever there is any addition made. Thanks once again. Regards, AM
Somendra Misra said: You can also use MATCH in CF rule, simply put below formula in CF: =MATCH(A2,'Client Data'!$A$2:$A$4,0) Regards, Click to expand... Good morning SM, Yes that's a perfect solution that I am looking after, I just convert both sheets into tables to be dynamically updated whenever there is any addition made. Thanks once again. Regards, AM