How to scan two areas with text

  • Thread starter Thread starter George
  • Start date Start date
G

George

How to scan 2 areas with text? if some of the cells are with the same text to
show third cell.

For example: if some cell in area A3:A20 is the same with some cell in area
B3:B20, show C5

Thants in advance,

George
 
=if(sum(countif(a3:a20,b3:b20))>0,c5,"no matches");
hit ctrl+shift+enter (array formula)
HTH
 

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