Hi,
I have a formula for Column G that Matches column G with Columns H to X and highlights those cells that have same value or part of it is same like Column G.. But Rows wise....
Formula is
=SUM(COUNTIF(G1,"*"&TRIM(MID(SUBSTITUTE(TRIM($G1)," ",REPT(" ",99)),ROW(INDIRECT("1:"&LEN(TRIM($G1))-LEN(SUBSTITUTE($G1," ",""))+1))*99-98,99))&"*"))
See the results in the screen shot when i applies it
http://dl.dropbox.com/u/12584890/New%20folder/m1.jpg
Now I want to delete all the irrelevant data that doesn't match with column G.. (That is in normal font and color)
I need the same results as shown in the following screen shot...
http://dl.dropbox.com/u/12584890/New%20folder/m2.jpg
Let me know Should I delete them manually or a formula can solve my problem???
Thanks a lot for your time
Cheers
Bookmarks