Compare 2 columns & fill in 3rd

D

Doug Little

I have a spreadsheet with multiple columns. I want to see
if an item in column A is in anywhere in column C. If it
is, I want to add the info from column A to column B.

Please advise, oh great Excel gurus.

Thanks much

Doug
 
A

Andy B

Hi

If I understand you correctly, try this in B2:

=IF(COUNTIF(C:C,A2)>1,A2,"")
You can then fill this down your range
 
F

Frank Kabel

Hi Doug
enter the following formula in B1:
=IF(COUNTIF(C:C,A1)>1,A1,"")
and copy this down
 

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

Top