#1   Report Post  
Rich Z
 
Posts: n/a
Default Frequency Formula

Can some one please hlep me to right a formula to find the amount of times a
certain numbers shows up with in a series of numbers.

For example if i have
(column A)
2 (row 1)
3
4
3
2
2
4 (row 7)

and i wanted to write a formula to show me how many times the numbers 2 and
3 appear with in that series how do i write it.

i have been playing with =frequency(A1:A7,2) just to find one number
thinking that would give me the number of times 2 shows up but that gives me
the number of times a number a number 2 or less then 2 shows up. I have been
trying for 2 hours now to get this to work. someone please help.

thanks

rich
  #2   Report Post  
Rowan
 
Posts: n/a
Default

try

=COUNTIF(A1:A7,2)

Hope this helps
Rowan

Rich Z wrote:
Can some one please hlep me to right a formula to find the amount of times a
certain numbers shows up with in a series of numbers.

For example if i have
(column A)
2 (row 1)
3
4
3
2
2
4 (row 7)

and i wanted to write a formula to show me how many times the numbers 2 and
3 appear with in that series how do i write it.

i have been playing with =frequency(A1:A7,2) just to find one number
thinking that would give me the number of times 2 shows up but that gives me
the number of times a number a number 2 or less then 2 shows up. I have been
trying for 2 hours now to get this to work. someone please help.

thanks

rich

  #3   Report Post  
Roger Govier
 
Posts: n/a
Default

Hi Rich

One way
=COUNTIF($A$1:$A$7,"=2")
change the 2 to 3 etc. for other counts.

If you wanted to put the numbers required in other cells e.g. say you had 2
in B1 and 3 in B2 then
=COUNTIF($A$1:$A$7,"="&B1)
and copy down

Regards

Roger Govier


Rich Z wrote:
Can some one please hlep me to right a formula to find the amount of times a
certain numbers shows up with in a series of numbers.

For example if i have
(column A)
2 (row 1)
3
4
3
2
2
4 (row 7)

and i wanted to write a formula to show me how many times the numbers 2 and
3 appear with in that series how do i write it.

i have been playing with =frequency(A1:A7,2) just to find one number
thinking that would give me the number of times 2 shows up but that gives me
the number of times a number a number 2 or less then 2 shows up. I have been
trying for 2 hours now to get this to work. someone please help.

thanks

rich

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
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
Using Frequency formula jimbo Excel Discussion (Misc queries) 4 August 31st 05 10:33 AM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:02 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"