+ Reply to Thread
Results 1 to 2 of 2

match data between two or more colums to complete data from diferent sources into one .

  1. #1
    Registered User
    Join Date
    11-20-2019
    Location
    mexico
    MS-Off Ver
    2016
    Posts
    9

    Unhappy match data between two or more colums to complete data from diferent sources into one .

    Hello i need some advice, i need to complete a master list from diferent sources, but i need to "add" data to my main column from other secondary columns, i want something like if this colum have this exact data then get added to the main colum, so i can complete my firts data colum from many sources, without manually searching and copy paste values, i already used Vlookup, but it stoped working, and i cant get INDEX-MATCH to work properly, i could use some advices and if posible some examples, my main colum is in tab "pesos consolidados"
    and colums are "referencia" and "peso", i want to complete my data from the other secondary colums, thats why i used Vlookup, but for some reason i cant make it work again, al my #NA where from previous VLOOKUP, but i was trying to make several VLOOKUP, to finally fill blank spaces i mean like just parsing everything from all the colums, not in the same as the function, but now is not working, and i am in need of some help, because there is too many data to do it manually.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: match data between two or more colums to complete data from diferent sources into one

    Try this formula in E1 and then fill down

    =IF(ISNA(MATCH(D1,A:A,0)),"",INDEX(B:B,MATCH(D1,A:A,0),1))
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA to match and sort data in two columns, then copy to another two colums
    By P1w2 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-01-2017, 03:29 AM
  2. Index and Match with Transposed Data Sources
    By HangMan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-18-2015, 01:23 PM
  3. [SOLVED] to spread data in a column in order to match it wit other colums
    By utsilasi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-13-2014, 10:28 AM
  4. match two colums and return data
    By btolson in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-18-2012, 04:09 PM
  5. Replies: 2
    Last Post: 06-07-2012, 07:03 AM
  6. multiple colums of data onto a single cell on a diferent page
    By mrbeyer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2011, 03:00 PM
  7. Replies: 3
    Last Post: 08-28-2008, 09:05 AM

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