ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   caculations letters (https://www.excelbanter.com/excel-programming/403185-caculations-letters.html)

lifeguardernie

caculations letters
 
how can i have excel count letters instead of numbers
if i have a row of cells a b a a b c a b
how can i set up a cell to give me the total number of all the a's in the row

RB Smissaert

caculations letters
 
=COUNTIF(A1:H1,"a")

RBS


"lifeguardernie" wrote in message
...
how can i have excel count letters instead of numbers
if i have a row of cells a b a a b c a
b
how can i set up a cell to give me the total number of all the a's in the
row



Nigel[_2_]

caculations letters
 
CountIf(A1:H1,"A")

adjust to suit

--

Regards,
Nigel




"lifeguardernie" wrote in message
...
how can i have excel count letters instead of numbers
if i have a row of cells a b a a b c a
b
how can i set up a cell to give me the total number of all the a's in the
row



Rick Rothstein \(MVP - VB\)

caculations letters
 
For the whole row...

=COUNTIF(1:1,"a")

Rick


"lifeguardernie" wrote in message
...
how can i have excel count letters instead of numbers
if i have a row of cells a b a a b c a
b
how can i set up a cell to give me the total number of all the a's in the
row




All times are GMT +1. The time now is 06:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com