Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about:
=countif(a1:d1,"X")+countif(a1:d1,"C") Regards, Fred. "letsrolldog" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One mo
=SUM(COUNTIF(A1:D1,{"X","C"})) letsrolldog wrote: 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. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested Countif | New Users to Excel | |||
Nested IF and Countif ? | Excel Worksheet Functions | |||
nested countif | Excel Worksheet Functions | |||
Using nested IFs with CountIf | Excel Worksheet Functions | |||
Nested Countif | Excel Worksheet Functions |