Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
eingram
 
Posts: n/a
Default I want to see how many times each number occurs in an array.

I use Office 2003.
I have an array of six columns by various rows. anywhere from one to 600
rows. Columns will alyaws be six. The data are integers between one and 40.
Any integer may appear in any position in the array. I would like a report
that shows how many times each integer appears. I have taken all the
training that seemed relevant and bought the book "Inside Excell 2003", but
can't seem to find specific solution. It's probably really simple and I'm
just overlookeng it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Franz Verga
 
Posts: n/a
Default I want to see how many times each number occurs in an array.

Nel post
*eingram* ha scritto:

I use Office 2003.
I have an array of six columns by various rows. anywhere from one to
600 rows. Columns will alyaws be six. The data are integers between
one and 40. Any integer may appear in any position in the array. I
would like a report that shows how many times each integer appears.
I have taken all the training that seemed relevant and bought the
book "Inside Excell 2003", but can't seem to find specific solution.
It's probably really simple and I'm just overlookeng it.


Hi eingram,

On a new sheet put this formula in A1 and copy down for 40 rows

=ROW(A1)

in this way you have numbers from 1 to 40. In B1 put the formula:

=COUNTIF(the_range_of_your_first_array,$A1)

and fill down till B40. Copy the range B1:B40 in the columns C, D, E, F and
G, changing the range of the array.

--
(I'm not sure of names of menues, option and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Ciao

Franz Verga from Italy


  #3   Report Post  
Posted to microsoft.public.excel.misc
Domenic
 
Posts: n/a
Default I want to see how many times each number occurs in an array.

Assuming that A2:F600 contains the data, let H2:H41 contain the numbers
1 through 40, then enter the following formula in I2 and copy down:

=COUNTIF($A$2:$F$600,H2)

Also, since you're using Excel 2003, convert the data into a list...

Data List Create List

The range for the formulas will automatically adjust as data is added or
removed.

Hope this helps!

In article ,
eingram wrote:

I use Office 2003.
I have an array of six columns by various rows. anywhere from one to 600
rows. Columns will alyaws be six. The data are integers between one and 40.
Any integer may appear in any position in the array. I would like a report
that shows how many times each integer appears. I have taken all the
training that seemed relevant and bought the book "Inside Excell 2003", but
can't seem to find specific solution. It's probably really simple and I'm
just overlookeng it.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default I want to see how many times each number occurs in an array.

First take the six columns and combine them into one long column. Put a
header cell at the top of the column.

Then create a Pivot table to show the count of each item in the new table.

For Pivot Table info see:

http://www.peltiertech.com/Excel/Pivots/pivottables.htm

An alternative is to use 40 COUNTIF formulae.
--
Gary's Student


"eingram" wrote:

I use Office 2003.
I have an array of six columns by various rows. anywhere from one to 600
rows. Columns will alyaws be six. The data are integers between one and 40.
Any integer may appear in any position in the array. I would like a report
that shows how many times each integer appears. I have taken all the
training that seemed relevant and bought the book "Inside Excell 2003", but
can't seem to find specific solution. It's probably really simple and I'm
just overlookeng it.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to count the number of times something occurs within a certain month Joyce Excel Worksheet Functions 1 October 18th 05 06:11 PM
Copy a formula down a set number of times Julian Excel Worksheet Functions 1 September 23rd 05 06:43 PM
last number array from string Michael Excel Worksheet Functions 17 August 1st 05 07:30 PM
Count number of times a specific number is displayed in a cell ran subs Excel Worksheet Functions 1 June 27th 05 05:01 PM
Can the number of times undo is used in Excel 2002 be increased? Austrian Hannes Setting up and Configuration of Excel 2 December 6th 04 05:54 PM


All times are GMT +1. The time now is 03:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"