+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    18,228

    Re: Merge Data from rows which have a column that matches.

    You can do that with just a simple worksheet formula. Put this in A2 and copy down:

    =IF(ISNUMBER(MATCH(B2,Master!B:B,0)), INDEX(Master!A:A, MATCH(B2, Master!B:B, 0)), "")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

  2. #17
    Registered User
    Join Date
    03-04-2010
    Location
    Colorado
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Merge Data from rows which have a column that matches.

    I had a feeling I was making things more difficult. This formula works beautifully. Thanks again.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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