Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 2 colums of numbers that I need to match with each other
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
Lookup? Match? pulling rows from one spreadsheet to match a text f | Excel Worksheet Functions | |||
Any way for 2 column vlookups. i.e match last name then match firs | Excel Worksheet Functions | |||
index,match,match on un-sorted data | Excel Worksheet Functions | |||
When MATCH and v/hLOOKUP functions *FAIL* to match (but they should)... | Excel Worksheet Functions |