+ Reply to Thread
Results 1 to 3 of 3

Thread: VLOOKUP (or other formula) Across Two Spreadsheets

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    Liverpool, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    VLOOKUP (or other formula) Across Two Spreadsheets

    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

  2. #2
    Forum Guru Domski's Avatar
    Join Date
    12-14-2009
    MS-Off Ver
    What does it matter?
    Posts
    3,933

    Re: VLOOKUP (or other formula) Across Two Spreadsheets

    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.

  3. #3
    Registered User
    Join Date
    10-21-2011
    Location
    Liverpool, England
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: VLOOKUP (or other formula) Across Two Spreadsheets

    Quote Originally Posted by Domski View Post
    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
    Thank you very much! I had to have the 8000 list target the specific column, but it worked!

    Thank you for this!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0