Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using the Countif, Countifs option for Excel

I am attempting to count how many a's, b's, c's, d's etc are in a column. How
do I get stated doing this? Any help is well appreciated.

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Using the Countif, Countifs option for Excel

By using the function of countif

=COUNTIF(A:A,"a")

"mlkkrs" wrote:

I am attempting to count how many a's, b's, c's, d's etc are in a column. How
do I get stated doing this? Any help is well appreciated.

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Using the Countif, Countifs option for Excel

See your other post

--
Biff
Microsoft Excel MVP


"mlkkrs" wrote:

I am attempting to count how many a's, b's, c's, d's etc are in a column. How
do I get stated doing this? Any help is well appreciated.

Thank you

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Using the Countif, Countifs option for Excel

Hi,

You can also create a pivot table. Drag the column (containing a,b,c etc.)
to the row area and then again to the data area

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"mlkkrs" wrote in message
...
I am attempting to count how many a's, b's, c's, d's etc are in a column.
How
do I get stated doing this? Any help is well appreciated.

Thank you


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using the Countif, Countifs option for Excel

I must be missing a step somewhere because I did that and nothing happened.
Am I supposed to highlight something first? Is there another step after that?
Please help.

Thank you

"Naveen" wrote:

By using the function of countif

=COUNTIF(A:A,"a")

"mlkkrs" wrote:

I am attempting to count how many a's, b's, c's, d's etc are in a column. How
do I get stated doing this? Any help is well appreciated.

Thank you



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Using the Countif, Countifs option for Excel

Count all 'a' in a range:
=SUM(LEN(A1:A10)-LEN(SUBSTITUTE(A1:A10,"a","")))

Enter with Ctrl + Shift + Enter, not just Enter

Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Ashish Mathur" wrote:

Hi,

You can also create a pivot table. Drag the column (containing a,b,c etc.)
to the row area and then again to the data area

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"mlkkrs" wrote in message
...
I am attempting to count how many a's, b's, c's, d's etc are in a column.
How
do I get stated doing this? Any help is well appreciated.

Thank you


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Using the Countif, Countifs option for Excel

Thank you Ryan. Your suggestion was all the help I needed, it worked perfectly.
Kris

"ryguy7272" wrote:

Count all 'a' in a range:
=SUM(LEN(A1:A10)-LEN(SUBSTITUTE(A1:A10,"a","")))

Enter with Ctrl + Shift + Enter, not just Enter

Ryan---

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Ashish Mathur" wrote:

Hi,

You can also create a pivot table. Drag the column (containing a,b,c etc.)
to the row area and then again to the data area

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"mlkkrs" wrote in message
...
I am attempting to count how many a's, b's, c's, d's etc are in a column.
How
do I get stated doing this? Any help is well appreciated.

Thank you


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 do I get started using the Countif, Countifs option with Excel mlkkrs Excel Worksheet Functions 3 November 6th 09 12:36 AM
COUNTIFS - Excel 07 Evan Excel Discussion (Misc queries) 2 October 8th 09 03:06 AM
Countifs to Sumproduct for 2003 - was Simple Countifs.. from Fr Steve Excel Worksheet Functions 2 January 4th 09 05:36 PM
Countif compares to Countifs kje.1953 Excel Worksheet Functions 6 November 30th 08 01:04 AM
Replacing COUNTIFS with COUNTIF Ashish G Excel Worksheet Functions 3 December 6th 07 02:47 AM


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