Deleting Duplicates, Sorting, Etc Macro

M

Mocker

I am trying to create a macro to first sort column A starting down abou
3 rows (should be easy to edit this number). Then delete all duplicat
terms in column A. Next I need to compare all Column A rows with al
cells in the same row starting with Column C. (Ex. compare A3 with C3
D3 and then A4 with C4, D4, E4, etc).
If there is a duplicated term I need to replace it with an x and if th
term doesn't match I need to have a cell be inserted before moving ont
the next row. I am new to Visual Basic, but any help with any of thes
functions would be greatly appreciated
 
Top