+ Reply to Thread
Results 1 to 3 of 3

List of Names Multiple Times - Outputting # of Appearances

  1. #1
    Registered User
    Join Date
    04-21-2015
    Location
    NJ
    MS-Off Ver
    Excel 2013
    Posts
    9

    List of Names Multiple Times - Outputting # of Appearances

    Hey guys,

    So I have a list of names spread across my excel file, let's say for example:

    A B C
    1 John S John D Amy L
    2 Eric G
    3 John S Amy L

    What I'm trying to do is take A1:A3 - C1:C3 and output this list (order doesn't matter):

    Name # of Appearances
    John S 2
    John D 1
    Amy L 2
    Eric G 1

    I know how to do a CountIF function by just writing out each name but the list I have is huge with over hundreds of names. I'm wondering if there's a function that can do a lookup on a unique name and list it out only once without skipping any cells. Then I can just do a CountIf of that cell value which be the name of that person but I'm trying to avoid duplicates.

    Let me know if that makes sense - happy to clarify and help would be greatly appreciated.

    Thanks!
    Last edited by imsteve123; 10-06-2017 at 03:47 PM.

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: List of Names Multiple Times - Outputting # of Appearances

    =IFERROR(INDIRECT(TEXT(SMALL(IF((_r<>"")*(COUNTIF($A$1:A1,_r)=0),ROW(_r)*10000+COLUMN(_r)),ROWS($A$1:A1)-COUNTA($A$1:A1)),"R000000C0000"),),"") as array formula
    Attached Files Attached Files

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,872

    Re: List of Names Multiple Times - Outputting # of Appearances

    Look at this link

    https://www.get-digital-help.com/200...umns-in-excel/
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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. How to make a list of how many times a names appear a column
    By lance.dboyle in forum Excel General
    Replies: 4
    Last Post: 05-14-2017, 01:28 PM
  2. How to "Search and replace" a list of different names - multiple times
    By The Excel Noob in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2015, 06:10 AM
  3. [SOLVED] Repeat a list of names X number of times
    By jonpaulson in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2014, 04:24 PM
  4. [SOLVED] Number of times a letter occurs in list of names
    By m1llz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-29-2013, 07:39 AM
  5. [SOLVED] Need to take a list of names and expand them so the list shows the same name 5 times...
    By 1OneSeven7 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-24-2012, 01:33 PM
  6. List Box Selections Outputting Multiple Selections with One Click
    By Mordred in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-21-2011, 12:27 PM
  7. List of names appearing multiple times but with different adjacent value
    By ron2k_1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-04-2011, 01:27 AM

Tags for this Thread

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