+ Reply to Thread
Results 1 to 6 of 6

Vlookup or index&match from multiple columns

  1. #1
    Registered User
    Join Date
    11-03-2020
    Location
    Manchester
    MS-Off Ver
    MS Excel 365
    Posts
    44

    Vlookup or index&match from multiple columns

    Hi Guys

    Hope you all well

    I need some support. I’m looking for a formula that looks up multiple columns for the information I need.

    For example,

    Let us say, I want to look up ‘hello’, and bring this back in a required cell, but this word could be in column 1,2 or 3. How do I do this? Secondly following the same pattern, how do I do the same but for word containing ‘ello as an example.

    I have attached example, but please let me know if you require more details

    Many Thanks
    MHERSI
    Attached Files Attached Files

  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: Vlookup or index&match from multiple columns

    You don't seem to be wanting to lookup - rather, you seem to be wanting to see if the (sub-)string exists in any of your three columns, and if so then repeat the string. In that case you can do this in B2:

    =IF(COUNTIF(C:E,"*"&A2&"*"),A2,"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-03-2020
    Location
    Manchester
    MS-Off Ver
    MS Excel 365
    Posts
    44

    Re: Vlookup or index&match from multiple columns

    Thank you Pete.

    you have given me exactly what i was looking for, however, is it also possible to bring back words that contain?

    for example

    the first word could be 'ove' and i want returning 'oversee.

    Many Thanks
    MHERSI

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Vlookup or index&match from multiple columns

    Try pasting the following into cell B2 and then dragging the fill handle down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    11-03-2020
    Location
    Manchester
    MS-Off Ver
    MS Excel 365
    Posts
    44

    Re: Vlookup or index&match from multiple columns

    Thanks for your support JeteMc

    The formula works perfect

    M Hersi

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Vlookup or index&match from multiple columns

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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: 1
    Last Post: 04-26-2017, 09:08 AM
  2. VLOOKUP or INDEX/MATCH with multiple column index numbers
    By cerebral87 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-22-2017, 07:13 PM
  3. [SOLVED] Index match or Vlookup multiple columns
    By geliedee in forum Excel General
    Replies: 6
    Last Post: 04-10-2015, 02:14 PM
  4. [SOLVED] index/match or vlookup question over multiple columns
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-06-2015, 05:16 PM
  5. VLookup or Index/match searching rows instead of columns or multiple criteria
    By Groovicles in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-16-2013, 05:00 PM
  6. [SOLVED] VLOOKUP (or Index/Match) across four columns -- and returning multiple matches
    By rcasey in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2013, 05:20 PM
  7. [SOLVED] vlookup or index-match for multiple columns
    By nmprodan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-10-2013, 10:48 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