Nested countif,or

L

letsrolldog

I am having trouble writing a nested function. I want a range of cells (A1 to
D1) to be counted if they contain the letter X or C.

Thank you.
 
D

Dave Peterson

One more:

=SUM(COUNTIF(A1:D1,{"X","C"}))

I am having trouble writing a nested function. I want a range of cells (A1 to
D1) to be counted if they contain the letter X or C.

Thank you.
 
Top