C
Chris C
I´m using the following array formulae which counts the
number of occurences of text or numbers in a column.My
problem is that I would like this to be conditonal to a
specified criterea (in this case "peoples names"). Is this
posible without the use of Pivot Tables?
=SUM(IF(FREQUENCY(MATCH(B1:B13,B1:B13,0),MATCH
(B1:B13,B1:B13,0))>0,1)) gives a result of 3. I´m looking
for a formulae that was conditional to "arthur" to give a
result of 2
arthur a
arthur a
arthur a
arthur a
arthur a
arthur a
arthur b
arthur b
arthur b
trevor c
trevor c
trevor c
trevor c
number of occurences of text or numbers in a column.My
problem is that I would like this to be conditonal to a
specified criterea (in this case "peoples names"). Is this
posible without the use of Pivot Tables?
=SUM(IF(FREQUENCY(MATCH(B1:B13,B1:B13,0),MATCH
(B1:B13,B1:B13,0))>0,1)) gives a result of 3. I´m looking
for a formulae that was conditional to "arthur" to give a
result of 2
arthur a
arthur a
arthur a
arthur a
arthur a
arthur a
arthur b
arthur b
arthur b
trevor c
trevor c
trevor c
trevor c