M
Martin Dowie
I have 2 columns in my spreadsheet, I would like to be able to count
the number of times pairs of values occur, e.g.
col a | col b
------+------
foo | yes
bar | yes
foo | no
foo | yes
bar | yes
bar | yes
I'd like to search for all 'foo' AND 'yes' and then all 'bar' AND
'yes', so that I can generate a table:
search | count
-------+------
foo | 2
bar | 3
I've tried various combos of COUNTIF, SUM/IF but with no success.
Anyone any ideas?
Cheers
-- Martin
the number of times pairs of values occur, e.g.
col a | col b
------+------
foo | yes
bar | yes
foo | no
foo | yes
bar | yes
bar | yes
I'd like to search for all 'foo' AND 'yes' and then all 'bar' AND
'yes', so that I can generate a table:
search | count
-------+------
foo | 2
bar | 3
I've tried various combos of COUNTIF, SUM/IF but with no success.
Anyone any ideas?
Cheers
-- Martin