+ Reply to Thread
Results 1 to 6 of 6

Find value in large range of data.

  1. #1
    Registered User
    Join Date
    09-02-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    25

    Find value in large range of data.

    Ok, so what I'm trying to do has got me stumped.

    In short, I have enormous amounts of data to sort through (as we all do) and I am trying to link them to unique identifiers for easier data maintenance later.

    What I want to do is vlookup from the 'solved' sheet a code, which will search the 'data' table and return the 'DFU' code.

    I'm not sure if it can be done, but if it can be, I know I'll find someone here who can do it!!

    Cheers and thank you in advance.

    Starkey

    Example 2905.xlsx
    Last edited by Starkey; 05-29-2014 at 09:27 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,897

    Re: Find value in large range of data.

    VLOOKUP can only look up a value in the first column of the array, so that won't work. INDEX and MATCH combined might get you there.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    09-02-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Find value in large range of data.

    I think that's what I need, but I reach my limits of how to use those two at that point.

  4. #4
    Forum Expert Tinbendr's Avatar
    Join Date
    06-26-2012
    Location
    USA
    MS-Off Ver
    Office 2010
    Posts
    2,138

    Re: Find value in large range of data.

    Are you opposed to a custom function? See attachment.
    Attached Files Attached Files
    David
    (*) Reputation points appreciated.

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: Find value in large range of data.

    =INDEX(data!$A$1:$L$17,SUMPRODUCT((data!$A$2:$K$17=$C5)*ROW(data!$A$2:$K$17)),12)
    try this in "D5" of results sheet

  6. #6
    Registered User
    Join Date
    09-02-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Find value in large range of data.

    Thanks everyone. I think nflsales's solution has worked. My issue right now is the volume of data I'm processing is 25k lines by 11 columns, then multiplied out. My computer is literally shitting itself.

    Nevertheless, this does seem to work.

    Tinbender, I'll check yours out too just for interests sake.

    Thanks all.

+ 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] Using macro to rearrange dated data from large spreadsheet using find loop (maybe?)
    By danb1985 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 02-03-2014, 01:44 AM
  2. Extract Data From A Large Range Using VBA
    By Paul_SR in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2014, 12:16 PM
  3. Replies: 0
    Last Post: 05-21-2012, 04:03 AM
  4. Make a screenshot of large range of data
    By ABSTRAKTUS in forum Excel General
    Replies: 2
    Last Post: 05-26-2010, 10:51 AM
  5. If-Then Statements for a large data range
    By westwoodpt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-11-2008, 10:17 PM

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