By the way, if it makes it easier, the Xs are actually 1s. I don't know if
this makes using some sort of sum function easier.
If you only need a count, you could add a helper formula in a column
after your data that counts the 1s like =IF(COUNT(B2:F2)>1,1,0) and
then where ever you want to display the actual count you could just
sum that range.
On May 6, 3:30 pm, Jonathan <Jonat...@discussions.microsoft.com>
wrote:
> By the way, if it makes it easier, the Xs are actually 1s. I don't know if
> this makes using some sort of sum function easier.
[quoted text clipped - 30 lines]
> > 22 X X
> > 23 X X X
Zack Barresse - 06 May 2008 20:45 GMT
Even though the requirements of the OP was for "one cell" formula, I agree
about the helper column. It opens the door to many other possibilities in
regards to identification and such.

Signature
Zack Barresse
> If you only need a count, you could add a helper formula in a column
> after your data that counts the 1s like =IF(COUNT(B2:F2)>1,1,0) and
[quoted text clipped - 40 lines]
>> > 22 X X
>> > 23 X X X