C
cpliu
Thanks to the help from this newsgroup I found SUMPRODUCT useful in
extracting total number of text data but how does it work with a value?
For example, I'd like to find out how many people choose 5, how many choose
4, 3, 2, 1 in a rating system.
SUMPRODUCT(E2:E300=5) comes up with 0 and I then put number 5 in cell C301
as a model cell for it to compare but SUMPRODUCT(E2:E300=C301) comes up
with 0 too.
How do I tell it to find the total numbers of cells with value 5 in all E2
to E300?
Thanks,
cpliu
extracting total number of text data but how does it work with a value?
For example, I'd like to find out how many people choose 5, how many choose
4, 3, 2, 1 in a rating system.
SUMPRODUCT(E2:E300=5) comes up with 0 and I then put number 5 in cell C301
as a model cell for it to compare but SUMPRODUCT(E2:E300=C301) comes up
with 0 too.
How do I tell it to find the total numbers of cells with value 5 in all E2
to E300?
Thanks,
cpliu