summing letters in column

i8ig

Board Regular
Joined
Jul 17, 2007
Messages
122
What formula do you need to sum up the numbers 'a' 'c' letters in a column?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Scott Huish

MrExcel MVP
Joined
Mar 17, 2004
Messages
19,961
Office Version
  1. 365
Platform
  1. Windows
Do you mean there will be just a single letter in a cell, either a or c, or are you trying to count the a's and c's in words in the cell?

If it's just single letter:
=COUNTIF(A1:A100,"a")

and
=COUNTIF(A1:A100,"c")
 
Upvote 0

ADAMC

Well-known Member
Joined
Mar 20, 2007
Messages
1,169
Office Version
  1. 2013
Platform
  1. Windows
Do you mean you want to count how many times the letters A and C appear in a column? IF so do you want just A or just C or a combined total of both!?
 
Upvote 0

ExcelChampion

Well-known Member
Joined
Aug 12, 2005
Messages
976
If you want to count either/or then:

=SUM(COUNTIF(A:A,{"A","C"}))

If you want to count separately, then use Hotpepper's suggestion.
 
Upvote 0

Forum statistics

Threads
1,191,707
Messages
5,988,221
Members
440,139
Latest member
ngaicuong2017

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top