C
carmen
I need to count the number of nonblank rows that have a certain
criteria in a different column. I assume that some version of the
SUMPRODUCT formula will do what I need to do, but I can't figure it
out for the life of me. Any ideas?
Say I have an array of data entered into cells K3:N35. I need to
count the number of rows that are nonblank in any of the cells in that
array that also have an "A" in column O. I think it should be
something like:
=SUMPRODUCT(--('Data Sheet'!K3:N35<>""),--('Data Sheet'!O3:O35="A"))
Your assistance is most appreciated.
Carmen
criteria in a different column. I assume that some version of the
SUMPRODUCT formula will do what I need to do, but I can't figure it
out for the life of me. Any ideas?
Say I have an array of data entered into cells K3:N35. I need to
count the number of rows that are nonblank in any of the cells in that
array that also have an "A" in column O. I think it should be
something like:
=SUMPRODUCT(--('Data Sheet'!K3:N35<>""),--('Data Sheet'!O3:O35="A"))
Your assistance is most appreciated.
Carmen