![]() |
match
I have 2 colums of numbers that I need to match with each other
|
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 |
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 |
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 |
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 |
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 |
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 |
All times are GMT +1. The time now is 03:50 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com