How to find how many times, how many numbers in a range of numbers (number of lines and columns) has been repeated (numbers 3.6.2)

Hello

I have a range of numbers from B2 - B11 until the G2 - G11. For example:

31

7

28

10

4

17

20

13

44

2

1

39

32

45

39

4

10

25

26

38

27

43

12

3

42

35

37

1

34

21

13

39

11

14

5

37

21

33

34

4

13

10

31

14

1

24

35

3

20

2

24

27

22

30

10

34

36

32

3

27

I would like to know who among these numbers have occurred and how many times. For example (just to have as an example): number 10 repetitions 5 times, number 13 repeated 3 times, 24 repetitions 9 times.

Repeats = duplicates.

I want to know all the repetitive number and how many times they repeat.

Is there some kind of formula I can use to get there. It would be good to have the sorted result. For example:

32 repeats 10 times

24 repeat 9 times

6 reps 8 times

5 repeat 7 times

22. repeat 6 times

10 repeats 5 times and so on.

Hello

Problem of three steps:

  1. Determine the distinct values
  2. Count the number of times each appears in the table
  3. Sort by value or frequency (or both).

The first step is easily handled by copy separate Automator Service, a Service of Automator, written by SGIII. A link to the file in post June 21 of the SG in this thread: Re: Analyzing column (maybe not the correct wording)

After downloading and installing the service, select the cells containing the numbers, call the service, and then select the first regular (ie. non-header) cell to a new table and the dough.

(The following assumes the new table has a header row, no column header, and you have selected - click - cell A2 before pasting.)

You will get a list of distinct numbers in a single column (A2 - A34, of your sample and support of note).

To count the numbers:

In this example, the existing table is named 'Table 1'

Enter the following formula in B2 the new table, and then fill up to the last line of the column B:

= COUNTIF (Table 1::B:G, A)

Results should be as shown:

Sort the results on column (value) or B (frequency)

Two types (A, then B) will be put in order of frequency, with values appear the same number of times sorted by value within this group.

Kind regards

Barry

Tags: iWork

Similar Questions

Maybe you are looking for

  • Be part of Mozilla

    Hello I am Ali from Turkey. I am a student at the Technical University of the Middle East which is famous among students in Turkey to the Department computers and instruction technology and I will graduate in June from 2016. I want to change to becom

  • I had to reinstall windows xp on my PC. I have trouble downloading SP1. Anbody can help?

    I tried to update with the latest service pack, SP3. But the old version must be installed first. EHEN I ty to download I have a failure message to connect to the server retry or cancel.  I get this again and again and again.  What can I do?

  • Navigation question simple (I think)

    Hi - I've got a new Sansa Fuze 8 GB that I quite understand, but they have a small question. If I'm listening to a file (podcast, audiobook, etc.) and scroll to another "section", for example, parameters to check how much battery I have left it, the

  • Windows Update - PAGE FAILING TO LOAD

    While trying to update windows I get "Failed to load the Page" message, what happens for a few months, this message is this little matter how I try to access updates

  • Train with webutil works with the browser, but not with webstart JNLP 12 c

    HelloI set up forms and reports suite 12 c according to the instructions and I'm testing my forms updated since version 10 g.In some forms, I use webutil.I can run forms without webutil with the browser or java web start (everything works fine).I hav