How to compares sets of numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Need help for the following

Have to find how many numbers of set2 (lenght 6 to 28) are contained on set1 (lenght varies from 9 to 81).

Can any one help

Tks in adv
 
Hi António,

You could use something like:
=SUM(IF(COUNTIF(Set1,Set2),1,))
entered as an array formula (Ctrl-Shift-Enter)

Cheers

António said:
Hi all,

Need help for the following

Have to find how many numbers of set2 (lenght 6 to 28) are contained on
set1 (lenght varies from 9 to 81).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top