Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an E and an A in the cells but not both.
How can I count how many E's and how many A's Thanks Cheyenne |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) =LEN(A1)-LEN(SUBSTITUTE(A1,"E","")) "Chey" wrote: I have an E and an A in the cells but not both. How can I count how many E's and how many A's Thanks Cheyenne |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't understand where do i put my range. It is A6:A275.
When I tried to change A1 to A6:A275 it says value. Thanks Cheyenne "Toppers" wrote: =LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) =LEN(A1)-LEN(SUBSTITUTE(A1,"E","")) "Chey" wrote: I have an E and an A in the cells but not both. How can I count how many E's and how many A's Thanks Cheyenne |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula counts the number of As OR Es in ONE cell. If you want to count
the number of As a or Es in a range of cells AND each cell has only ONE of either letter: =COUNTIF(A6:A275,"*A*") Sorry if misunderstood your question. HTH "Chey" wrote: I don't understand where do i put my range. It is A6:A275. When I tried to change A1 to A6:A275 it says value. Thanks Cheyenne "Toppers" wrote: =LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) =LEN(A1)-LEN(SUBSTITUTE(A1,"E","")) "Chey" wrote: I have an E and an A in the cells but not both. How can I count how many E's and how many A's Thanks Cheyenne |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect thank you
"Toppers" wrote: The formula counts the number of As OR Es in ONE cell. If you want to count the number of As a or Es in a range of cells AND each cell has only ONE of either letter: =COUNTIF(A6:A275,"*A*") Sorry if misunderstood your question. HTH "Chey" wrote: I don't understand where do i put my range. It is A6:A275. When I tried to change A1 to A6:A275 it says value. Thanks Cheyenne "Toppers" wrote: =LEN(A1)-LEN(SUBSTITUTE(A1,"A","")) =LEN(A1)-LEN(SUBSTITUTE(A1,"E","")) "Chey" wrote: I have an E and an A in the cells but not both. How can I count how many E's and how many A's Thanks Cheyenne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count number of letters in a string | Excel Worksheet Functions | |||
How do I count letters and numbers in a formula? | Excel Worksheet Functions | |||
How do i count numbers and letters to find a total count of all | Excel Worksheet Functions | |||
Count letters | Excel Discussion (Misc queries) | |||
Excell: count occurance of letters in a column | Excel Worksheet Functions |