Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Countinge the occurance of numbers in a column

I am trying to construct a formula to count the occurance of all numbers
between 0 and -20000 in a column, I just can´t get it right. I´ve tried
looking in the help section but I just don´t get it. I am using Excel 2003
standard edition. Since I am using a swedish version I won´t bother you with
any of my examples
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Countinge the occurance of numbers in a column

There are two approaches:

1. Use the COUNTIF() formula
=COUNTIF(A:A,1)
will tell you how many time 1 appears in column A


2. Use a Pivot Table. This can tell you how many times ALL numbers appear
in column A. See: http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student


"Taxman" wrote:

I am trying to construct a formula to count the occurance of all numbers
between 0 and -20000 in a column, I just can´t get it right. I´ve tried
looking in the help section but I just don´t get it. I am using Excel 2003
standard edition. Since I am using a swedish version I won´t bother you with
any of my examples

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Countinge the occurance of numbers in a column

That doesn´solve my problem

I need to know how many times a value between 0 and -20000 occurs in a
column. Hence I need to get two conditions, I can´t get the second condition
to work.

I have no problem with the first condition
count.if(a4:a400; "<0"),
but i ould like to combine this with
a4:a400; "-20000"



"Gary''s Student" skrev:

There are two approaches:

1. Use the COUNTIF() formula
=COUNTIF(A:A,1)
will tell you how many time 1 appears in column A


2. Use a Pivot Table. This can tell you how many times ALL numbers appear
in column A. See: http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student


"Taxman" wrote:

I am trying to construct a formula to count the occurance of all numbers
between 0 and -20000 in a column, I just can´t get it right. I´ve tried
looking in the help section but I just don´t get it. I am using Excel 2003
standard edition. Since I am using a swedish version I won´t bother you with
any of my examples

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,886
Default Countinge the occurance of numbers in a column

Hi

Try
=COUNTIF(A4:A400,"-2000")-COUNTIF(A4:A44,"0")

--
Regards

Roger Govier


"Taxman" wrote in message
...
That doesn´solve my problem

I need to know how many times a value between 0 and -20000 occurs in a
column. Hence I need to get two conditions, I can´t get the second
condition
to work.

I have no problem with the first condition
count.if(a4:a400; "<0"),
but i ould like to combine this with
a4:a400; "-20000"



"Gary''s Student" skrev:

There are two approaches:

1. Use the COUNTIF() formula
=COUNTIF(A:A,1)
will tell you how many time 1 appears in column A


2. Use a Pivot Table. This can tell you how many times ALL numbers
appear
in column A. See:
http://peltiertech.com/Excel/Pivots/pivotstart.htm
--
Gary''s Student


"Taxman" wrote:

I am trying to construct a formula to count the occurance of all
numbers
between 0 and -20000 in a column, I just can´t get it right. I´ve
tried
looking in the help section but I just don´t get it. I am using
Excel 2003
standard edition. Since I am using a swedish version I won´t bother
you with
any of my examples



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
Using an Index by Column Headings instead of Column Numbers Sean Bishop New Users to Excel 2 November 21st 06 09:38 PM
Rearrange numbers from a column in a different order in a second c Gaetan58 Excel Discussion (Misc queries) 14 November 21st 06 07:43 AM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


All times are GMT +1. The time now is 01:47 PM.

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

About Us

"It's about Microsoft Excel"