+ Reply to Thread
Results 1 to 5 of 5

List all names that contains specific text.

  1. #1
    Registered User
    Join Date
    03-06-2020
    Location
    Asia
    MS-Off Ver
    2010
    Posts
    22

    List all names that contains specific text.

    Hi -

    Can anyone help me with what formula to use on my sheet? I have two sheets Sheet 1 contains the
    1. Name (Column A)
    2. Grade (Column B)
    3. Position (Column C)

    In sheet two, If the Position is Nurse III, I need the names to be included in the Nurse III Column which is on Column A including the Grade (which I can maybe do by doing Vlookup), Nurse IV in Column B and so on.

    Can someone help me with the right formula? Thank you so much.
    Attached Files Attached Files
    Last edited by charlesav; 10-28-2020 at 04:13 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: List all names that contains specific text.

    In A2, copied across to B2 and down:

    =IFERROR(INDEX(Sheet1!A:A,AGGREGATE(15,6,ROW(Sheet1!$A$2:$A$20)/(Sheet1!$C$2:$C$20=$A$1),ROWS(A$2:A2))),"")

    adjust the ranges appropriately for the remaining columns.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: List all names that contains specific text.

    or... delete " NAME" from C1 and E1.

    In A2:
    =IFERROR(INDEX(Sheet1!$A:$A,AGGREGATE(15,6,ROW(Sheet1!$A$2:$A$20)/(Sheet1!$C$2:$C$20=A$1),ROWS(A$2:A2))),"")

    In B2:
    =IFERROR(INDEX(Sheet1!$B:$B,AGGREGATE(15,6,ROW(Sheet1!$A$2:$A$20)/(Sheet1!$C$2:$C$20=A$1),ROWS(B$2:B2))),"")

    Select both A2 and b2, copy across and down.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-06-2020
    Location
    Asia
    MS-Off Ver
    2010
    Posts
    22

    Re: List all names that contains specific text.

    Thank you so much!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: List all names that contains specific text.

    You're welcome!

+ 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] Find Names and list that meet specific criteria
    By ncorde in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-10-2018, 02:50 AM
  2. Replies: 6
    Last Post: 02-16-2017, 05:08 PM
  3. [SOLVED] Need to return a specific list of names based on age
    By mir4ge in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-29-2016, 04:13 PM
  4. [SOLVED] List of Tab names + 3 specific cell from each sheet
    By JohnDoh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-18-2016, 07:11 AM
  5. [SOLVED] Find specific text, in a string and retrieve that name according to a list of names
    By fleyd in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-05-2016, 11:59 AM
  6. [SOLVED] Finding a specific list of names inside larger list
    By Boxed in forum Excel General
    Replies: 7
    Last Post: 09-13-2013, 06:46 PM
  7. Sort Rows using specific names from list.
    By TomToms in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-17-2013, 06:35 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