#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default COUNT FORMULA???

I need to use a formula to find out how many times the value in B2 appears in
column B.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default COUNT FORMULA???

On Fri, 14 May 2010 12:38:08 -0700, psd364
wrote:

I need to use a formula to find out how many times the value in B2 appears in
column B.



Try this formula:

=COUNTIF(B:B,B2)

or, if you don't have Excel 2007, use this

=COUNTIF($B$1:$B$65536,B2)

Hope this helps / Lars-Åke


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default COUNT FORMULA???

Excel 2003 does allow full column references with the COUNTIF function.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Lars-Ã…ke Aspelin" wrote:

On Fri, 14 May 2010 12:38:08 -0700, psd364
wrote:

I need to use a formula to find out how many times the value in B2 appears in
column B.



Try this formula:

=COUNTIF(B:B,B2)

or, if you don't have Excel 2007, use this

=COUNTIF($B$1:$B$65536,B2)

Hope this helps / Lars-Ã…ke


.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default COUNT FORMULA???

On Fri, 14 May 2010 16:24:01 -0700, Shane Devenshire
wrote:

Excel 2003 does allow full column references with the COUNTIF function.


Thanks for pointing that out. I wasn't sure so I gave an alternative
solution too, just in case full column reference was not allowed.

Lars-Åke
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default COUNT FORMULA???



"psd364" wrote:

I need to use a formula to find out how many times the value in B2 appears in
column B.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default COUNT FORMULA???

Try
=COUNTIF(B:B,B2)
in any cell not in column B on the same sheet.

Hope this helps,

Hutch

"psd364" wrote:

I need to use a formula to find out how many times the value in B2 appears in
column B.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default COUNT FORMULA???

Be careful B2 is in the range B:B so you will be counting the criteria cell
of the COUNTIF function, do you really want to do that?

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"psd364" wrote:

I need to use a formula to find out how many times the value in B2 appears in
column B.

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
Count Formula - Count Ticks LittleAnn Excel Discussion (Misc queries) 3 May 8th 23 07:44 PM
Formula to count computexcel Excel Discussion (Misc queries) 5 September 15th 08 12:38 AM
Trying to construct a count count formula Chris K Excel Discussion (Misc queries) 6 May 26th 07 07:20 PM
need help with count formula.. Dan B Excel Worksheet Functions 1 February 8th 06 05:31 PM
Count down formula Foss Excel Worksheet Functions 4 August 28th 05 08:41 PM


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