P
passion_to_be_free
Ok, so I have a worksheet where each row represents one person, and
there are four columns per person that could potentially have data in
them. I want to count the number of people that have data in any one
of the columns.
For example, one person may only have data in column B, another may
only have data in column C and I want to count both of them. However,
if someone has data in BOTH column B and column C, I only want to count
that person once.
I've tried something like this:
=SUMPRODUCT((B13:B151>0)+(C13:C151>0)+(D13151>0)+(E13:E151>0))
and it comes close, but if a person has data in two or three columns,
they get counted two or three times, respectively. Is there any
function to help me count these people?
there are four columns per person that could potentially have data in
them. I want to count the number of people that have data in any one
of the columns.
For example, one person may only have data in column B, another may
only have data in column C and I want to count both of them. However,
if someone has data in BOTH column B and column C, I only want to count
that person once.
I've tried something like this:
=SUMPRODUCT((B13:B151>0)+(C13:C151>0)+(D13151>0)+(E13:E151>0))
and it comes close, but if a person has data in two or three columns,
they get counted two or three times, respectively. Is there any
function to help me count these people?