+ Reply to Thread
Results 1 to 5 of 5

Lookup list in column in another column with slightly different information

  1. #1
    Registered User
    Join Date
    07-13-2015
    Location
    Irvine, ca
    MS-Off Ver
    Not sure
    Posts
    3

    Unhappy Lookup list in column in another column with slightly different information

    Hello,

    I have 2 columns, A and B.

    B has a list of IP addresses: 182.71.145:8080 for example (not a real IP)
    A has a list of Username:Password:IP address

    I need to find out if the IP addresses from column B exist within column A.

    Can I do this with conditional formatting? It doesn't work if I do "find duplicate values" because obviously the values in both columns don't match exactly.


    Example

    Column A Column B
    JohnDoe:password1:182.71.145:8080 183.71.145:8080
    JaneDoe: Password2:183.71.145:8080 182.71.145:8080

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Lookup list in column in another column with slightly different information

    Hi,

    Try the following in column C, see the file attached!

    =IF(ISERROR(INDEX(A$1:A$3,MATCH("*"&B2&"*",A$1:A$3,0),1)),"No Match","Match Found")
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-23-2015
    Location
    UK
    MS-Off Ver
    2010
    Posts
    39

    Re: Lookup list in column in another column with slightly different information

    How about this?


    Column A1
    Username:Password:182.71.145:8080

    Column B1
    182.71.145:8080

    Column C1
    =IF(SUMPRODUCT(--ISNUMBER((SEARCH(B1,A1)))),"Match","")

  4. #4
    Registered User
    Join Date
    07-13-2015
    Location
    Irvine, ca
    MS-Off Ver
    Not sure
    Posts
    3

    Re: Lookup list in column in another column with slightly different information

    Both solutions worked great thank you!!!

  5. #5
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Lookup list in column in another column with slightly different information

    You are welcome

    If that takes care of your question, please mark this thread as Solved by selecting Thread Tools --> Mark thread as solved.

    Also, you can directly thank those who have helped you by clicking on the small * (star) icon located in the lower left corner of a post that you have found to be helpful.

+ 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. Address list: combine row information based on duplicates in column
    By Vendery in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-15-2015, 11:41 AM
  2. Getting information from a list based on the first column
    By zehcoutinho in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-01-2014, 02:52 PM
  3. [SOLVED] How to populate column with information from list elsewhere is spreadsheet
    By GillL in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-10-2014, 10:04 AM
  4. Replies: 2
    Last Post: 07-30-2014, 05:05 PM
  5. Replies: 2
    Last Post: 10-25-2013, 07:01 PM
  6. Extracting Row Information if Value appears in Columns to List under Column Heading
    By cristame in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2013, 11:26 AM
  7. Pulling Information from Column List
    By quibilty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-26-2013, 01:34 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