+ Reply to Thread
Results 1 to 4 of 4

Counting multiple values in a column

  1. #1
    Registered User
    Join Date
    04-21-2022
    Location
    Europe
    MS-Off Ver
    2021
    Posts
    18

    Counting multiple values in a column

    Hi, I have multiple values in a column and I would like to find out a way to count them, how many times does each value occur.
    If this is possible at all, I got kind of close to the solution by using a pivot table and merging the values but don't know a way to display count.
    This would save me a lot of time since I have many tables with these values.
    It's really important to me to display the original value and the count number.

    Example:
    10754005
    10024005
    10444005
    10024005
    10024005
    10024005
    10024005
    10024005

    Result:
    10754005 - 1
    10024005 - 6
    10444005 - 1

    Thanks.
    Last edited by m1r0; 06-23-2022 at 04:33 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,401

    Re: Counting multiple values in a column

    In C1:

    =UNIQUE(A1:A8)

    In D1 copied down:

    =IF(C1="","",COUNTIF($A$1:$A$8,C1))
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    04-21-2022
    Location
    Europe
    MS-Off Ver
    2021
    Posts
    18

    Re: Counting multiple values in a column

    You are amazing, that was fast. Thank you very much!
    Last edited by AliGW; 06-23-2022 at 04:39 AM. Reason: PLEASE don't quote unnecessarily!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,401

    Re: Counting multiple values in a column

    Glad to have helped.

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

    Also, if you have not already done so, you may not be aware that you can thank those who have helped you by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. Replies: 7
    Last Post: 10-23-2018, 10:18 AM
  2. [SOLVED] Help counting unique values from column meeting multiple criteria
    By Starchild in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-28-2014, 01:25 PM
  3. Replies: 5
    Last Post: 06-12-2014, 06:34 AM
  4. [SOLVED] Counting Multiple Values in a column based on critera in seperate column
    By ERoberts in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-11-2013, 01:08 PM
  5. [SOLVED] Counting in 1 column for multiple values
    By TxLonghorn1989 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-31-2012, 10:08 PM
  6. Counting a column that has multiple like values
    By MAD1235 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-26-2011, 02:56 PM
  7. Counting based on multiple column values
    By bakara in forum Excel General
    Replies: 4
    Last Post: 04-14-2010, 05:45 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