+ Reply to Thread
Results 1 to 4 of 4

Search data from one column to find if it is present in another column.

  1. #1
    Registered User
    Join Date
    01-09-2014
    Location
    Indianapolis
    MS-Off Ver
    Excel 2010
    Posts
    6

    Search data from one column to find if it is present in another column.

    I am trying to search data from one column and see if it is in a second column along with the location in that column. I realize I can use the find function line by line but my Lookup_values are in a list of 1200 and the Lookup_array is a list of 22,000. Currently using =MATCH(Lookup_value,Lookup_array),1 and in a third column (I'm calling the Match Column) to show me the location of my lookup value. Can someone please show me a way to create a formula that I can paste in the third column (Match Column) that will allow me to not have to type the formula in each cell in my third column. Please see example below. =MATCH(Completed Units, Total Units:Total units)1

    Completed Units Match Total Units
    75007407 1 75007407
    75015211 3 75015331
    75015331 2 75015211

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Search data from one column to find if it is present in another column.

    Match find the row number of matched item

    =match(value you want to match, list of item in which you want to perform your match,0)
    assuming your data starts from A2

    then
    =MATCH(B2,$A$2:$A$100,0)
    where b2 is the value you want to match
    $A$2:$A$100 = list in which to perform match
    0 is for exact match
    Last edited by hemesh; 01-18-2014 at 08:51 AM.
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Registered User
    Join Date
    01-09-2014
    Location
    Indianapolis
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Search data from one column to find if it is present in another column.

    Hemesh, that formula is how I have been doing it. I want to be able to have it do it automatically without having to type the formula in for each cell in my match column

  4. #4
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Search data from one column to find if it is present in another column.

    Quote Originally Posted by Rich@CES View Post
    Hemesh, that formula is how I have been doing it. I want to be able to have it do it automatically without having to type the formula in for each cell in my match column
    You do not need to retype.
    Paste into first cell and then drag it down.(or copy of you prefer)
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

+ 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] Create formula to sum column total if specific text is present in second column
    By Banir in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-08-2013, 07:48 AM
  2. Copy Data from one column in a sheet to another column present in 2nd sheet
    By pan07 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-21-2012, 12:50 AM
  3. Search for column header and find all values and their row numbers in that column
    By woody83 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-14-2012, 03:11 PM
  4. Replies: 2
    Last Post: 06-25-2010, 12:11 AM
  5. find name; search column; if date found-return 3 data pts; move to next row
    By cdl in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-28-2008, 10:43 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