Returning after a lengthy absence (had a son at age 60, now 2):
I can't believe how skills atrophy!!
Here's my sumproduct, on some voting data, which consists of 37592 rows:
SUMPRODUCT(1*(Data!$AR$2:$DB$37592=$C$1)) where $C$1 is an election date, gives me a count of those who voted on that date
SUMPRODUCT(1*(Data!$AR$2:$DB$37592=$D$1)) where $D$1 is another election date, gives me a count of those who voted then
but when I put them together, looking for those who voted on both dates, as in
SUMPRODUCT((Data!$AR$2:$DB$37592=$C$1)*(Data!$AR$2:$DB$37592=$D$1))
I'm getting zero, when I know and can see by inspection that this is not true.
Something very easy is eluding my gaze; what could it be?
Many thanks,
T
I can't believe how skills atrophy!!
Here's my sumproduct, on some voting data, which consists of 37592 rows:
SUMPRODUCT(1*(Data!$AR$2:$DB$37592=$C$1)) where $C$1 is an election date, gives me a count of those who voted on that date
SUMPRODUCT(1*(Data!$AR$2:$DB$37592=$D$1)) where $D$1 is another election date, gives me a count of those who voted then
but when I put them together, looking for those who voted on both dates, as in
SUMPRODUCT((Data!$AR$2:$DB$37592=$C$1)*(Data!$AR$2:$DB$37592=$D$1))
I'm getting zero, when I know and can see by inspection that this is not true.
Something very easy is eluding my gaze; what could it be?
Many thanks,
T