+ Reply to Thread
Results 1 to 2 of 2

count the number of times the same number shown

  1. #1
    Noemi
    Guest

    count the number of times the same number shown

    We have a list of numbers (which can vary) in a row that can have the some
    number multiple times.

    I would like to count the number of times each number is shown.

    Can someone suggest an easy way of doing this.

    Thanks
    Noemi

  2. #2
    Rowan
    Guest

    Re: count the number of times the same number shown

    Lets say your data is in Row1 starting in cell A1. In cell A2 enter the
    formula
    =COUNTIF(1:1,A1)
    and copy it accross. This will give you a count for each number.

    Alternately if your data is in a column eg Column A, in cell B2 place
    the formula
    =COUNTIF(A:A,A1)
    and copy it down. Again this will give you a count for each number.

    Hope this helps
    Rowan

    Noemi wrote:
    > We have a list of numbers (which can vary) in a row that can have the some
    > number multiple times.
    >
    > I would like to count the number of times each number is shown.
    >
    > Can someone suggest an easy way of doing this.
    >
    > Thanks
    > Noemi


+ 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