+ Reply to Thread
Results 1 to 6 of 6

Listing names automatically

  1. #1
    Registered User
    Join Date
    06-04-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    4

    Listing names automatically

    Hey there,

    Thank you for the wonderful forum.

    Can someone help me with how to make a list as shown in the attachment?

    Each new name that's entered in the row 'B' needs to be added to the list in row 'D' automatically.

    Please help me with this.

    Thanks & Regards

    Vinod

    TEST.JPG
    Last edited by vinnooindia; 11-19-2019 at 06:58 AM.

  2. #2
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Listing names automatically

    If I am not mistaken you want to display unique values from list.
    Put into D2:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    accept with Ctrl+Shift+Enter (array formula) and drag it down as long as needed.
    Also expand range (B2:B200) if you need to.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  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,028

    Re: Listing names automatically

    And this can also be achieved with an ordinarty formula. No need for array entry with this one:

    IFERROR(INDEX($B$2:$B$200,MATCH(0,INDEX(COUNTIF($D$1:$D1,$B$2:$A$200),0),0)),"")
    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

  4. #4
    Forum Contributor
    Join Date
    10-30-2019
    Location
    Bistrita, Romania
    MS-Off Ver
    2019; 365
    Posts
    231

    Re: Listing names automatically

    Quote Originally Posted by Glenn Kennedy View Post
    IFERROR(INDEX($B$2:$B$200,MATCH(0,INDEX(COUNTIF($D$1:$D1,$B$2:$A$200),0),0)),"")
    Little mistake slipped there (red), I believe it's $B$200.
    To show your appreciation
    Click ★ Add reputation!

  5. #5
    Registered User
    Join Date
    06-04-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    4

    Re: Listing names automatically

    Thank you so much for the kind help, really appreciate your time

  6. #6
    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,028

    Re: Listing names automatically

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] listing table names
    By dr01allen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-17-2015, 12:08 AM
  2. Listing and counting names
    By rankhornjp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2011, 12:15 PM
  3. Listing Worksheet Names
    By wjsok85 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-04-2010, 11:46 AM
  4. Listing the range names
    By chinaprasad in forum Excel General
    Replies: 5
    Last Post: 03-19-2009, 05:23 AM
  5. Listing the names of your worksheets
    By gunslinger in forum Excel General
    Replies: 3
    Last Post: 05-30-2006, 06:15 PM
  6. [SOLVED] listing all names in a worksheet
    By tthe in forum Excel General
    Replies: 4
    Last Post: 01-20-2006, 10:25 AM
  7. listing the names of files
    By tim64 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-31-2005, 02: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