+ Reply to Thread
Results 1 to 4 of 4

Look up from a list basic hlep please

Hybrid View

  1. #1
    Registered User
    Join Date
    07-05-2016
    Location
    Halifax, England
    MS-Off Ver
    2007
    Posts
    1

    Look up from a list basic hlep please

    Hi, my first post and I need help.

    In Colum A I have a full list of names of our employees
    In Colum C I have names of who has attended a course.
    In Colum B I want the formula to check the attendance against the full list and come back and say Yes Or No
    can you help?

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Look up from a list basic hlep please

    Try:
    Formula: copy to clipboard
    =IF(COUNTIF($C:$C,$A1),"YES","NO")
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Look up from a list basic hlep please

    Here's another one...

    Data Range
    A
    B
    C
    1
    Name1
    No
    Name2
    2
    Name2
    Yes
    Name3
    3
    Name3
    Yes
    Name6
    4
    Name4
    No
    Name9
    5
    Name5
    No
    Name10
    6
    Name6
    Yes
    7
    Name7
    No
    8
    Name8
    No
    9
    Name9
    Yes
    10
    Name10
    Yes
    11
    ------
    ------
    ------


    This formula entered in B1 and copied down:

    =IF(ISNUMBER(MATCH(A1,C$1:C$5,0)),"Yes","No")

    This version is very fast to calculate.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Look up from a list basic hlep please

    and here is another one
    Formula: copy to clipboard
    =IF(ISNA(MATCH(A1,C$1:C$5,0)),"No","Yes")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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] need hlep with if/and statement
    By ricer in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-01-2016, 11:20 AM
  2. [SOLVED] Please hlep me with Look up Function for the Name / Find the Name in Excel Formula.
    By PMH2384 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2015, 11:04 PM
  3. Excel 2007 : basic drop down list help
    By rupp1974 in forum Excel General
    Replies: 1
    Last Post: 01-31-2012, 06:55 PM
  4. Excel 2007 : worksheet macro hlep
    By j_dub in forum Excel General
    Replies: 2
    Last Post: 02-18-2011, 03:51 PM
  5. Please hlep , I think this is easy for you.
    By smash123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-19-2006, 03:47 PM
  6. Hlep with code referencing an addin file.
    By KimberlyC in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-17-2005, 06:06 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