ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I find multiple text in diff cells in another worksheet? (https://www.excelbanter.com/excel-worksheet-functions/174494-how-do-i-find-multiple-text-diff-cells-another-worksheet.html)

Kristin

How do I find multiple text in diff cells in another worksheet?
 
I am trying to take an Excel Spreadsheet that contains the names of all of my
customers and search a seperate spreadsheet that contains many customer names
to see if any of the names on my list appear in that list. Is there a way to
do this?

T. Valko

How do I find multiple text in diff cells in another worksheet?
 
One way...

Assume one list is on sheet1 starting in cell A1. The other list is on
sheet2 starting in cell A1.

We'll compare sheet1 list to sheet2 list.

Enter this formula in sheet1 cell B1:

=IF(COUNTIF(Sheet2!A:A,A1),"Yes","No")

Copy down as needed.

--
Biff
Microsoft Excel MVP


"Kristin" wrote in message
...
I am trying to take an Excel Spreadsheet that contains the names of all of
my
customers and search a seperate spreadsheet that contains many customer
names
to see if any of the names on my list appear in that list. Is there a way
to
do this?




ryguy7272

How do I find multiple text in diff cells in another worksheet
 
I believe this will give you what you want:
http://www.contextures.com/xlFunctions02.html


Regards,
Ryan--


--
RyGuy


"T. Valko" wrote:

One way...

Assume one list is on sheet1 starting in cell A1. The other list is on
sheet2 starting in cell A1.

We'll compare sheet1 list to sheet2 list.

Enter this formula in sheet1 cell B1:

=IF(COUNTIF(Sheet2!A:A,A1),"Yes","No")

Copy down as needed.

--
Biff
Microsoft Excel MVP


"Kristin" wrote in message
...
I am trying to take an Excel Spreadsheet that contains the names of all of
my
customers and search a seperate spreadsheet that contains many customer
names
to see if any of the names on my list appear in that list. Is there a way
to
do this?






All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com