#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default match

I have 2 colums of numbers that I need to match with each other
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default match

How do you want to see matches? A column showing if A matches B, B matches
A, either, highlighting, or what?
--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"martin" wrote in message
...
I have 2 colums of numbers that I need to match with each other



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default match

Hi The 2 colums of numbers are on differant sheets so I would like it to say
true if the numbers on sheet 1 match the numbers on sheet 2 if they dont then
false to show

"Bob Phillips" wrote:

How do you want to see matches? A column showing if A matches B, B matches
A, either, highlighting, or what?
--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"martin" wrote in message
...
I have 2 colums of numbers that I need to match with each other




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default match

=COUNTIF(Sheet2!$A$1:$A$100,Sheet1!A1)0

Adjust your range to suit
copy down as far as needed


"martin" wrote:

I have 2 colums of numbers that I need to match with each other

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default match

So just use

=MATCH(A1,Sheet2!A:A,0)

in B1 and copy down

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"martin" wrote in message
...
Hi The 2 colums of numbers are on differant sheets so I would like it to
say
true if the numbers on sheet 1 match the numbers on sheet 2 if they dont
then
false to show

"Bob Phillips" wrote:

How do you want to see matches? A column showing if A matches B, B
matches
A, either, highlighting, or what?
--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"martin" wrote in message
...
I have 2 colums of numbers that I need to match with each other








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default match

Thanks

"Teethless mama" wrote:

=COUNTIF(Sheet2!$A$1:$A$100,Sheet1!A1)0

Adjust your range to suit
copy down as far as needed


"martin" wrote:

I have 2 colums of numbers that I need to match with each other

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default match

Can you send me a sample of it? I might be able to help

"martin" wrote:

I have 2 colums of numbers that I need to match with each other

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
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
Lookup? Match? pulling rows from one spreadsheet to match a text f cjax Excel Worksheet Functions 3 July 21st 06 02:51 PM
Any way for 2 column vlookups. i.e match last name then match firs CraigS Excel Worksheet Functions 5 March 7th 06 12:30 AM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM
When MATCH and v/hLOOKUP functions *FAIL* to match (but they should)... [email protected] Excel Worksheet Functions 2 April 6th 05 09:59 PM


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

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

About Us

"It's about Microsoft Excel"