#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Matching up data

I have a list in column C that has thousands of different company names
and I am trying to see which names in column C match up with the names in
column B which has hundreds of names.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Matching up data

Hi,

Try the tips on this site
http://www.j-walk.com/ss/excel/usertips/tip073.htm


hth
regards from Brazil
Marcelo

"Filter by first letter" escreveu:

I have a list in column C that has thousands of different company names
and I am trying to see which names in column C match up with the names in
column B which has hundreds of names.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Matching up data

I would use conditional formatting.

Select all cells in column C, assuming starting at C1,
Goto FormatConditional Formatting
Change Condition1 to Formula Is
Add a formula of =ISNUMBER(MATCH(C1,B:B,0)
Select the pattern tab
Select a colour
OK out

all items in C that are also in B will show in colour.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message ...
I have a list in column C that has thousands of different company names
and I am trying to see which names in column C match up with the names in
column B which has hundreds of names.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Matching up data - BOB?

Bob I did exactly what you ask - but I do not get any colour differential, I
know for a fact that there are 200 names that are in both lists.
Very frustrated here

"Bob Phillips" wrote:

I would use conditional formatting.

Select all cells in column C, assuming starting at C1,
Goto FormatConditional Formatting
Change Condition1 to Formula Is
Add a formula of =ISNUMBER(MATCH(C1,B:B,0)
Select the pattern tab
Select a colour
OK out

all items in C that are also in B will show in colour.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message ...
I have a list in column C that has thousands of different company names
and I am trying to see which names in column C match up with the names in
column B which has hundreds of names.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Matching up data - BOB?

There was a missing ) in my formula

=ISNUMBER(MATCH(C1,B:B,0))

does that fix it?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message ...
Bob I did exactly what you ask - but I do not get any colour differential,

I
know for a fact that there are 200 names that are in both lists.
Very frustrated here

"Bob Phillips" wrote:

I would use conditional formatting.

Select all cells in column C, assuming starting at C1,
Goto FormatConditional Formatting
Change Condition1 to Formula Is
Add a formula of =ISNUMBER(MATCH(C1,B:B,0)
Select the pattern tab
Select a colour
OK out

all items in C that are also in B will show in colour.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message

...
I have a list in column C that has thousands of different company

names
and I am trying to see which names in column C match up with the names

in
column B which has hundreds of names.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Matching up data - BOB?

sorry it does not fix it,
There are no cells with a red format like I set up

I also tried =IF(C2=C3,1,IF(C2=C1,1,""))
which works in another spreadsheet (numbers), but does not here for some
reason


"Bob Phillips" wrote:

There was a missing ) in my formula

=ISNUMBER(MATCH(C1,B:B,0))

does that fix it?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message ...
Bob I did exactly what you ask - but I do not get any colour differential,

I
know for a fact that there are 200 names that are in both lists.
Very frustrated here

"Bob Phillips" wrote:

I would use conditional formatting.

Select all cells in column C, assuming starting at C1,
Goto FormatConditional Formatting
Change Condition1 to Formula Is
Add a formula of =ISNUMBER(MATCH(C1,B:B,0)
Select the pattern tab
Select a colour
OK out

all items in C that are also in B will show in colour.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message

...
I have a list in column C that has thousands of different company

names
and I am trying to see which names in column C match up with the names

in
column B which has hundreds of names.







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Matching up data - BOB?

Your new formula has nothing to do with comparing one column against another
AFAICS.

Sounds like you have no full matches. Are you sure that some of the seeming
matches do not have extra spaces, probably at the end?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message ...
sorry it does not fix it,
There are no cells with a red format like I set up

I also tried =IF(C2=C3,1,IF(C2=C1,1,""))
which works in another spreadsheet (numbers), but does not here for some
reason


"Bob Phillips" wrote:

There was a missing ) in my formula

=ISNUMBER(MATCH(C1,B:B,0))

does that fix it?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"
wrote in message

...
Bob I did exactly what you ask - but I do not get any colour

differential,
I
know for a fact that there are 200 names that are in both lists.
Very frustrated here

"Bob Phillips" wrote:

I would use conditional formatting.

Select all cells in column C, assuming starting at C1,
Goto FormatConditional Formatting
Change Condition1 to Formula Is
Add a formula of =ISNUMBER(MATCH(C1,B:B,0)
Select the pattern tab
Select a colour
OK out

all items in C that are also in B will show in colour.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Filter by first letter"


wrote in message

...
I have a list in column C that has thousands of different company

names
and I am trying to see which names in column C match up with the

names
in
column B which has hundreds of names.









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Table data not matching source PC Excel Discussion (Misc queries) 3 July 21st 06 05:46 AM
Getting #N/A from Vlookup when matching value exist in the lookup data range. jdeshpa Excel Worksheet Functions 2 November 22nd 05 09:12 PM
Matching data using date criteria... JoeZ Excel Worksheet Functions 1 September 14th 05 02:50 PM
Only text values matching using index/match lookup - data type pro Stanton Excel Worksheet Functions 1 August 2nd 05 01:05 AM
Matching data in one column to another excel idiot Excel Worksheet Functions 1 January 14th 05 02:15 PM


All times are GMT +1. The time now is 07:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"