+ Reply to Thread
Results 1 to 4 of 4

using lookup function with or function

Hybrid View

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    Naperville,IL
    MS-Off Ver
    Excel 2010
    Posts
    3

    using lookup function with or function

    So on my spreadsheet, I have 2 columns of 1000+ names of partners, which is organized into creating partners and developing partners. On my other spreadsheet, I have a list of about 100 partners or so, and I want to lookup if any of the names that are in either one of the 2 columns of the 1000+ partners are found in the column of the 100 partners. If it is found in either column, I want it to say "true" in the cell I want, otherwise "false". So I've been trying to use a Lookup and an Or function, but am currently just getting #value so any help would be great. Hopefully it makes sense, I'll try to create a small example below.


    Sheet 1 Sheet 2
    Creating partners Developing partners partner 1
    partner 1 partner a partner b
    partner 2 partner b partner 3
    partner 3 partner c

  2. #2
    Registered User
    Join Date
    07-10-2013
    Location
    Naperville,IL
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: using lookup function with or function

    well that example came out sloppy

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: using lookup function with or function

    Hi and welcome to the forum

    Maybe something like...
    =iferror(1st-vlookup,iferror(2nd-vlookup,False)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    07-10-2013
    Location
    Naperville,IL
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: using lookup function with or function

    Hmm, so that formula didn't work for me, but it's most likely just because I'm putting it in wrong, I'm not terribly experienced with excel. So I'll try to put in a small example of what my spreadsheet looks like.
    partner spread sheet example.xlsx
    So hopefully that worked. If you're seeing it correctly,I have creating partner, and developing partner columns which are highlighted, and I want to lookup if any of the partners that are located in those two columns appear in the partner column on sheet 2.If they do, I want it to say true in the active partner column on sheet 1, if not, false. If anyone could give me extremely specific formulas that I could possibly just copy and paste, I will love you forever and once I become of age, I will for sure buy you a frothy alcoholic beverage

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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