Alright, everyone. I have a real conundrum for you all... or at least, it's a toughie for me... Probably really simple for someone.
Here's what I have:
Here's what I need:
My worksheet continues a few thousand rows down (Pulling data off a SQL DB) And what I want is to be able to compare columns B and C and identify duplicates. I currently have this running:
Plagiarized... erm, I mean, ADAPTED directly from http://support.microsoft.com/kb/213367 . But it's giving me a somewhat undesirable result:
As you can see, it is indeed isolating the matches, as I requested, but it's placing the matching numbers (x) directly to the left -- x.Offset(-1, 0) -- of the selection. This wouldn't be a problem if my spreadsheet wasn't thousands of excruciating rows deep.
What I really need is to have it list only the matches, (really anywhere, but preferably in Column A) without me having to scroll across the entire length of the sheet. Also, it would be nice if this could be done without VB. The VB Script takes forever.
Cookies for the first person to help me!
Bookmarks