+ Reply to Thread
Results 1 to 3 of 3

Number of items in a colum

  1. #1
    Guest

    Number of items in a colum

    Hei,

    I would like to found out how many same items are in one Excel column. If
    the column has the values 1 3 4 2 5 6 7 9 3 6 7 8 3 the funktion should pic
    up the information that only ones there are items 1 4 2 5 9 8, twice there
    are items 6 7 and three times item 3.

    Thank you,

    Matti


  2. #2
    Ardus Petus
    Guest

    Re: Number of items in a colum

    Assuming your data is in column A.
    In B1, enter:
    =COUNTIF(A:A,A1)
    Then drag down thru B14

    That will show you the number of occurences of each number.

    HTH
    --
    AP

    <*> a écrit dans le message de news:
    [email protected]...
    > Hei,
    >
    > I would like to found out how many same items are in one Excel column. If
    > the column has the values 1 3 4 2 5 6 7 9 3 6 7 8 3 the funktion should
    > pic up the information that only ones there are items 1 4 2 5 9 8, twice
    > there are items 6 7 and three times item 3.
    >
    > Thank you,
    >
    > Matti




  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Number of items in a colum

    Pl see attached file.
    Attached Files Attached Files

+ 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