+ Reply to Thread
Results 1 to 4 of 4

Ascending count of same items in a column containing multiple items

  1. #1
    Registered User
    Join Date
    01-21-2010
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Ascending count of same items in a column containing multiple items

    Hi guys i'm working on a formula that i can't seem to solve. I'm currently trying to count similar items in a list which contains multiple items. I have attached a sample and hopefully someone has encountered the same already. Basically column "A" contains the list of items that i have and column "B" will contain the ascending count of the items regardless of any order in column "A".
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664

    Re: Ascending count of same items in a column containing multiple items

    Hi there,

    Try this: =COUNTIF($A$2:A2,A2)

    ...and drag down.

    HTH,

    SamuelT

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Ascending count of same items in a column containing multiple items

    If the data is sorted or grouped by Col A as implied you can avoid lots of increasingly large COUNTIFs and simply use:

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    01-21-2010
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Ascending count of same items in a column containing multiple items

    Quote Originally Posted by SamuelT View Post
    Hi there,

    Try this: =COUNTIF($A$2:A2,A2)

    ...and drag down.

    HTH,

    SamuelT


    Hey thanks for the reply! The formula works just fine! =)

    Cheers!

    Kelvi43

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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