mouaffaq
New Member
Hi profs.
I have this second challenge>>>>>
i have the data in the image below,
i want to mark the string in any cell in column C if its matched or partially matched of any other cell in the same column, using the below condition:
cell $A of the same cell of the string we are searching = Cell $A of the "matched or partially matched cell"
AND
cell $B value of the same cell of the string we are searching = exactly Cell $B value of the "matched or partially matched cell"
If both not matched it should not be marked, other wise we should mark it.
means:
1-if C1 = any of $C:$C130000 and,
A1 = exactly the same record value, and B1= exactly the same record value then mark the row by putting 1 beside the record (D column)
2- if C1 exists in the start of string we are matching and A1 = the same record value, and B1= the same record value, if found then mark the row by putting 1 beside the record (D column)
We should run the macro or VBA starting C1 .... end of file, to check all cells in this column.
Am using excel 2007
Thanks A lot
I have this second challenge>>>>>
i have the data in the image below,
i want to mark the string in any cell in column C if its matched or partially matched of any other cell in the same column, using the below condition:
cell $A of the same cell of the string we are searching = Cell $A of the "matched or partially matched cell"
AND
cell $B value of the same cell of the string we are searching = exactly Cell $B value of the "matched or partially matched cell"
If both not matched it should not be marked, other wise we should mark it.
means:
1-if C1 = any of $C:$C130000 and,
A1 = exactly the same record value, and B1= exactly the same record value then mark the row by putting 1 beside the record (D column)
2- if C1 exists in the start of string we are matching and A1 = the same record value, and B1= the same record value, if found then mark the row by putting 1 beside the record (D column)
We should run the macro or VBA starting C1 .... end of file, to check all cells in this column.
Am using excel 2007
Thanks A lot