Hi all.
How would I write this as a formula?
How many times do any values from list b1:b5 appear on list a1:a10 ???
So if b1:b5 is:
jim
jon
bill
adam
ben
And a1:10 is:
jim
jim
sally
ben
jon
bob
roger
sally
adam
ben
the answer would be 6
???
Hi all.
How would I write this as a formula?
How many times do any values from list b1:b5 appear on list a1:a10 ???
So if b1:b5 is:
jim
jon
bill
adam
ben
And a1:10 is:
jim
jim
sally
ben
jon
bob
roger
sally
adam
ben
the answer would be 6
???
Try
=SUMPRODUCT(COUNTIF(A1:A10,B1:B5))
Marcelo Branco
Solid gold
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks