Put in A2: p
Put in B2: =COUNTIF($G$14:$AD$,"*"&A2&"*")
(The "1:1" in the earlier formula refers to the entire row1.
It can be replaced by say, a specific range G14:AD14)
If you have other letters to check in G14:AD14 besides "p",
just extend the set-up by putting these other letters
in A3 downwards, i.e. in A3, A4, A5, etc.
Then just copy the formula in B2 down col B as
many rows as you have letters in col A
The above assumes that there's only 1 occurrence
of the specific letter in any one cell,
and also there's no case sensitivity issue
(viz. the case of the letter counted does not matter)
--
hth
Max
-----------------------------------------
Please reply in thread
Use xdemechanik <at>yahoo<dot>com for email
--------------------------------------------------------
t2true said:
Max said:
Assuming the target row is row1, with
the specific letter to be counted in A2
Try in B2: =COUNTIF(1:1,"*"&A2&"*")
Above assumes that there's only 1 occurrence
of the specific letter in any one cell,
and there's no case sensitivity issue
--
hth
Max
-----------------------------------------
Please reply in thread
Use xdemechanik <at>yahoo<dot>com for email
Thanks for the input. Unfortunately, I don't understand the above
formula. Suppose I need to check row G14:AD14 for all occurances of
the letter "p". What would need to be changed/added in order for the
formula to work?
Thanks again!