+ Reply to Thread
Results 1 to 3 of 3

Retrieve data if reference data exists

  1. #1
    Forum Contributor
    Join Date
    04-16-2014
    Location
    Witbank, SA
    MS-Off Ver
    Excel 2013
    Posts
    268

    Retrieve data if reference data exists

    Hi good people!,

    I am sitting with a major headache. I have 3 columns, A, F and K with numbers. The max rows populated is 20 000. Duplicate numbers could be present in all three columns, or any two columns. Naturally, the columns contain distinct numbers as well. I now have in column M a unique list of these numbers. ....
    guys, please ignore this thread, I cannot post attachments as the attachment functionality on my pc does not work...it's VERY difficult to explain what I need...thank you anyways..
    Attached Images Attached Images
    Last edited by juriemagic; 06-29-2016 at 06:57 AM.

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Retrieve data if reference data exists

    Hi,

    A simple method is to use IFERROR with VLOOKUP:

    =IFERROR(VLOOKUP(K3,table3,2,FALSE),IFERROR(VLOOKUP(K3,table2,2,FALSE),VLOOKUP(K3,table1,2,FALSE)))

    The tables must be listed in reverse order to obtain the latest results.

  3. #3
    Forum Contributor
    Join Date
    04-16-2014
    Location
    Witbank, SA
    MS-Off Ver
    Excel 2013
    Posts
    268

    Re: Retrieve data if reference data exists

    I think I know why you are known as "xlnitwit"..because you're awesome!!!..thank you very very much!!

+ 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. Replies: 8
    Last Post: 02-09-2015, 09:45 PM
  2. [SOLVED] Userform: Retrieve data from excel sheet and overwrite with new data in the same rows
    By Pbawal in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-09-2014, 11:49 AM
  3. Compare cell data and Column data and retrieve corresponding data
    By bharath.duraiswamy in forum Excel General
    Replies: 1
    Last Post: 11-06-2013, 05:59 AM
  4. Replies: 6
    Last Post: 01-23-2013, 02:21 PM
  5. If data exists in coloumn... show data... . if not leave empty
    By samfarrugia in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-28-2012, 09:07 AM
  6. Reference / retrieve data from a table and populate a table in a different workbook?
    By philuptuous in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-17-2012, 06:21 AM
  7. Replies: 1
    Last Post: 07-26-2011, 02:58 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