COUNTIF without duplicating

Joined
Feb 3, 2008
Messages
2
Reaction score
0
How could I count numbers as of below:

A B C D
1 4 2 0
3 0 4 7
5 6 0 0
2 19 0 3
_____________
0 1 1 2 (<-- COUNTIF (D2:D4,">0")

for those that have been counted on D, won't be counted
again on C, and so on. Please help me to write a function
to retrieve those results (0 1 1 2). Thanks
 
Joined
Feb 3, 2008
Messages
2
Reaction score
0
Looks like no one wants to help me hic hic...
The last line ( 0 1 1 2) is the result from
COUNTIF(A1: A4, ">0"), but since from row A1: D1, there's at least 1 number has been count from other columns, thus it won't be count again, and so on. ---> 0
COUNTIF(B1: B4, ">0"), is used the same method like the above column. --> 1
....
How could I make condition for these COUNTIF? Pls help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top