The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Hello
How do I do this, please someone please point me in the right direction??
If a row contains a single 'NO' (like Row 1) I'd like to count that as one.
If a row contains multiple instances of 'NO' (like Row 2) I'd like that to be counted just as one.
I'm not interested in counting the instances of 'NO' just if there is at least one in a row.
The same with numbers. I'm not interested in the values of numbers just if there is at least one in a row.
Tried variations of COUNTIFS and ANDs but it's not happening for me.
Thanks in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NO[/TD]
[TD]75[/TD]
[TD]100[/TD]
[TD]250[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]200[/TD]
[TD]NO[/TD]
[TD]NO[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
How do I do this, please someone please point me in the right direction??
If a row contains a single 'NO' (like Row 1) I'd like to count that as one.
If a row contains multiple instances of 'NO' (like Row 2) I'd like that to be counted just as one.
I'm not interested in counting the instances of 'NO' just if there is at least one in a row.
The same with numbers. I'm not interested in the values of numbers just if there is at least one in a row.
Tried variations of COUNTIFS and ANDs but it's not happening for me.
Thanks in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NO[/TD]
[TD]75[/TD]
[TD]100[/TD]
[TD]250[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]100[/TD]
[TD]200[/TD]
[TD]NO[/TD]
[TD]NO[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]