I can't think of the formula to sum all the D's in a row. Please help me
out with this one.
Annette
> I can't think of the formula to sum all the D's in a row. Please help me
> out with this one.
>
> Annette
Your question is a little vague....
But assuming you want to count the number of cells = "d" in Row 2, the
formula would be:
=COUNTIF(2:2,"D")