+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Find and match - Vlookip/Script

  1. #1
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Find and match - Vlookip/Script

    Hi,

    I have attached a xls that i need a Vlookup/script creating for if possible?

    I need sheet2 to look up sheet1 and find a match with the membership number and create a 3rd sheet with the found data. Though i need the dining data to copied over with it..

    Hope this makes sense..

    Thanks

    Darren
    Attached Files Attached Files

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Find and match - Vlookip/Script

    Darren,

    Most of the Membership numbers in sheet2 don't have a match in sheet1. In sheet2, cell D2, try this formula:
    =IF(ISNUMBER(MATCH(A2,Sheet1!A:A,0)),VLOOKUP(A2,Sheet1!A:B,2,FALSE),"Not found")

    And then copy down. Is that something you can work with?
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Find and match - Vlookip/Script

    Quote Originally Posted by tigeravatar View Post
    Darren,

    Most of the Membership numbers in sheet2 don't have a match in sheet1. In sheet2, cell D2, try this formula:
    =IF(ISNUMBER(MATCH(A2,Sheet1!A:A,0)),VLOOKUP(A2,Sheet1!A:B,2,FALSE),"Not found")

    And then copy down. Is that something you can work with?
    Hi,

    Yeah thats correct, only a few members have a extra package deal associated with them..

    I'll check the lookup - thanks again :-)

    Darren

  4. #4
    Registered User
    Join Date
    09-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Find and match - Vlookip/Script

    Quote Originally Posted by macpegg View Post
    Hi,

    Yeah thats correct, only a few members have a extra package deal associated with them..

    I'll check the lookup - thanks again :-)

    Darren
    Thanks again - Works nicely :-)

    Darren

+ 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.6.0 RC 1