+ Reply to Thread
Results 1 to 8 of 8

Find values from columns of your choice

  1. #1
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Find values from columns of your choice

    Hello,
    I would like to ask for help. I would need an array formula (I guess) in order to find specific values from one column on another column. That “another” column is not always the same so I need function in formula: selecting the column where you want search to be done
    Thank you!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: Find values from columns of your choice

    Add this to E4 then Copy down :
    Please Login or Register  to view this content.
    If this solves your issue, Mark thread as Solved & Add Reputation.

    Thanks!

  3. #3
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,443

    Re: Find values from columns of your choice

    E4
    =hlookup(f$3,$b$3:$d$50,row(a1)+1,)

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Find values from columns of your choice

    What exactly are you looking for? A "Yes/No" in Col F next to each term in E that appears in (for example) Result 1 column?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Find values from columns of your choice

    Thank you all for your replies.
    @ChemistB
    I want formula to return TRUE/FALSE results. So are the value from E column in another column that i chose.
    For the reference i used this formula: =IF(ISERROR(VLOOKUP(D$8:D$1048576,$B$8:$B$69543,1,FALSE)),FALSE,TRUE) the only additional feature I need is: to be able to select where I want search to be done - by choosing a title of the column.

  6. #6
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Find values from columns of your choice

    Try:

    Please Login or Register  to view this content.
    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Quang PT

  7. #7
    Registered User
    Join Date
    02-27-2014
    Location
    Lithuania, Klaipeda
    MS-Off Ver
    Excel 2013
    Posts
    96

    Re: Find values from columns of your choice

    It is almost what I need. But it now formula targets just one value $E4, so it finds it in the column only in one place. It should find multiple values if they are in column. It should work similarly as a filter.
    Attached Files Attached Files

  8. #8
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Find values from columns of your choice

    OK, try again:

    Please Login or Register  to view this content.

+ 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: 3
    Last Post: 01-06-2020, 06:30 AM
  2. Replies: 6
    Last Post: 04-25-2019, 08:15 PM
  3. [SOLVED] Find count of Unique or Duplicate Values based on Concatenated values in 2 columns
    By bdicarlo1 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-03-2014, 12:42 AM
  4. Replies: 1
    Last Post: 04-19-2013, 08:30 PM
  5. How to find closest values in multiple columns and return adjacent values.
    By Patrician in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-28-2013, 01:47 PM
  6. [SOLVED] Using range.find to find two specific values in two columns
    By mhrub in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-31-2012, 01:02 PM
  7. find/replace with choice
    By Leekah in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-14-2010, 04:26 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