chrisbelfast
New Member
- Joined
- Sep 11, 2010
- Messages
- 20
Is it possible to delete cells rather than rows/columns?
I will have 2 columns of data (peoples names) what im wanting to do is be left with the same 2 columns of data WITHOUT the duplications.
eg
Current Names List......New List of Names
Bloggs, Joe ................Smith, John
Brown, Jim ................Black, Gary
Smith, John
I want it to finish off with:
Current Names List......New List of Names
Bloggs, Joe ................Black, Gary
Brown, Jim
This is just a sample the actual data will have a list of about 120-130 names.
Everywhere ive looked really only talks about deleting the row which doesnt suit this as the data is effectively 2 lists.
Any pointers will be a great help, the code ive been working on is in work and the IT folks have locked down external emails so i cant post what ive attempted (but those attempts didnt work!)
Thanks in advance
Chris
I will have 2 columns of data (peoples names) what im wanting to do is be left with the same 2 columns of data WITHOUT the duplications.
eg
Current Names List......New List of Names
Bloggs, Joe ................Smith, John
Brown, Jim ................Black, Gary
Smith, John
I want it to finish off with:
Current Names List......New List of Names
Bloggs, Joe ................Black, Gary
Brown, Jim
This is just a sample the actual data will have a list of about 120-130 names.
Everywhere ive looked really only talks about deleting the row which doesnt suit this as the data is effectively 2 lists.
Any pointers will be a great help, the code ive been working on is in work and the IT folks have locked down external emails so i cant post what ive attempted (but those attempts didnt work!)
Thanks in advance
Chris