+ Reply to Thread
Results 1 to 9 of 9

Match 2 columns import 3rd

Hybrid View

  1. #1
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match 2 columns import 3rd

    See attached.

    You would need to make a unique list of Branches in y-axis

    and unique Distance Ranks (but 2 of each)

    Then in G4:

    =IF(ISNUMBER(MATCH(1,INDEX(($A$2:$A$33=$F4)*($B$2:$B$33=G$2),0),0)),INDEX($C$2:$C$33,MATCH(1,INDEX(($A$2:$A$33=$F4)*($B$2:$B$33=G$2),0),0)),"")
    and in H4:

    =IF(ISNUMBER(MATCH(1,INDEX(($A$2:$A$33=$F4)*($B$2:$B$33=H$2),0),0)),INDEX($D$2:$D$33,MATCH(1,INDEX(($A$2:$A$33=$F4)*($B$2:$B$33=H$2),0),0)),"")
    copy both down.

    Then copy those 2 columns and paste to each other Distance/Group columns.
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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