Thread: match
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
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