+ Reply to Thread
Results 1 to 5 of 5

data problems, matching large data sets with smaller known points

  1. #1
    Registered User
    Join Date
    05-28-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    7

    Question data problems, matching large data sets with smaller known points

    Hello,

    I have a problem which I think is an easy solution but I just can't seem to figure it out.

    column A: has very large data set like (1,1,1,1,2,2,3,4,5,5,6,6,7,etc..)
    column B: has smaller data set like (1,2,3,4,5,6,7,8,etc.)
    column C: has number associated with column B values (2,2.5,4,7,0.8,etc.)
    Column D: i would like to match the values from column C to the number in column A (2,2,2,2,2.5,2.5,4,7,0.8,0.8,etc.)

    if you understand what I'm asking ad could figure out the formula that would be great! I have been searching for an answer for this for awhile now.


    thanks,
    AG

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,735

    Re: data problems, matching large data sets with smaller known points

    Try this in D1:

    =IFERROR(VLOOKUP(A1,B:C,2,0),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-28-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: data problems, matching large data sets with smaller known points

    hello Pete,

    It is getting closer, it is putting numbers in column D but they are not the right ones for some reason...for example the first row is as follows

    1,3.6,1,69 where 69 should be 3.6

    I am not sure how to use your function but if you could play around with it and ill do the same to hopefully fix it.

    hope to hear from you soon!

    ty
    Andrew

  4. #4
    Registered User
    Join Date
    05-28-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: data problems, matching large data sets with smaller known points

    Hello again pete,

    I have it closer, it is working for the first part ie. (1) but when the next number comes up in column one (1,1,1,1,2<- now) it take the value from column B adjacent to it and not from the top. is there away for correct this?

    thanks,

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,735

    Re: data problems, matching large data sets with smaller known points

    Copy YOUR formula to a post here.

    Pete

+ 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