Right, ladies and gents, I've got a bit of an issue with Excel 2007 ( haven't all of us here? :p ) and I'd really like some help with it.
I've got a spreadsheet with a postcode in it and another spreadsheet with a postcode in. These are the only two matching bits of data between the spreadsheets.
In the first spreadsheet, there're about 12,000 row entries. In the second spreadsheet, there're about 8000.
I want to know if it's possible to have all the matching postcodes highlighted (preferably in their own column so I can just filter it) so I can clear out all the non-matching data. Any help you could give on this would be great.
TL;DR: I need to get matching data (across two spreadsheets) to be shown as coloured or with it's own value in another column.
Thanks in advance,
Bob
Something like this:
=ISNUMBER(MATCH(A1,8000_List_Range,0))
Copied down the column next to your list of 12000 post codes will return TRUE if the value is in the other list.
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks