Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have email addresses in Column A & Column B and I'm trying to find matching
addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(COUNTIF(A1:A9,B1:B9))
"Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I get 0 when using this formula. What am I doing wrong
"Teethless mama" wrote: =SUMPRODUCT(COUNTIF(A1:A9,B1:B9)) "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It means there are no duplicates, you might have invisible characters in one
or the other like trailing/leading spaces. Test the formula on a small range, put in some values yourself that you are sure are duplicates and you will see that it works. -- Regards, Peo Sjoblom "Marilyn" wrote in message ... I get 0 when using this formula. What am I doing wrong "Teethless mama" wrote: =SUMPRODUCT(COUNTIF(A1:A9,B1:B9)) "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What do want the result to be if you find a match?
e.g if A3 = B20 what answer do you want (and where)? in C2: =IF(ISNA(MATCH(B2,$A$2:$A$600,0)),"No match","Match in A" &MATCH(B2,$A$2:$A$600,0)) HTH "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I get No Match when using this formula.
Thanks, "Toppers" wrote: What do want the result to be if you find a match? e.g if A3 = B20 what answer do you want (and where)? in C2: =IF(ISNA(MATCH(B2,$A$2:$A$600,0)),"No match","Match in A" &MATCH(B2,$A$2:$A$600,0)) HTH "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See Peo's response re data. Formula does work!
"Marilyn" wrote: I get No Match when using this formula. Thanks, "Toppers" wrote: What do want the result to be if you find a match? e.g if A3 = B20 what answer do you want (and where)? in C2: =IF(ISNA(MATCH(B2,$A$2:$A$600,0)),"No match","Match in A" &MATCH(B2,$A$2:$A$600,0)) HTH "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula is returning NO MATCH for all 600 rows when I know there many
duplicate emails. I copied the formula exactly the way Peo wrote it and it is not showing any MATCH. Any ideas when I can be doing wrong. "Toppers" wrote: See Peo's response re data. Formula does work! "Marilyn" wrote: I get No Match when using this formula. Thanks, "Toppers" wrote: What do want the result to be if you find a match? e.g if A3 = B20 what answer do you want (and where)? in C2: =IF(ISNA(MATCH(B2,$A$2:$A$600,0)),"No match","Match in A" &MATCH(B2,$A$2:$A$600,0)) HTH "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You are not doing anything wrong, it's your data that is not exact
duplicates although they may look like that. Install and run David McRitchie's TRIMALL macro on both ranges, it should work after that http://www.mvps.org/dmcritchie/excel/join.htm#trimall -- Regards, Peo Sjoblom "Marilyn" wrote in message ... The formula is returning NO MATCH for all 600 rows when I know there many duplicate emails. I copied the formula exactly the way Peo wrote it and it is not showing any MATCH. Any ideas when I can be doing wrong. "Toppers" wrote: See Peo's response re data. Formula does work! "Marilyn" wrote: I get No Match when using this formula. Thanks, "Toppers" wrote: What do want the result to be if you find a match? e.g if A3 = B20 what answer do you want (and where)? in C2: =IF(ISNA(MATCH(B2,$A$2:$A$600,0)),"No match","Match in A" &MATCH(B2,$A$2:$A$600,0)) HTH "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
#12
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
try this may be it works: =IF(ISNA(VLOOKUP(B2,$A$2:$A$600,1,false),"",1) Thanks, -- Farhad Hodjat "Marilyn" wrote: I have email addresses in Column A & Column B and I'm trying to find matching addresses between both columns. I have tried the following formulas however, they are not counting the matching items correctly: =ISNA(MATCH(B2,$A$2:$A4661,FALSE)) and I have tried this: =SUMPRODUCT(($A$2:$A$662=A2)--($B$2:$B$662=B2)) What am I doing wrong? Thanks for the help, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with a formula in excel 2003 | Excel Discussion (Misc queries) | |||
Excel (2003) formula | Excel Discussion (Misc queries) | |||
Need Help With a Excel 2003 Formula | Excel Worksheet Functions | |||
Can I get help with an excel 2003 formula | Excel Worksheet Functions | |||
Excel 2003 - Need Formula Help | Excel Discussion (Misc queries) |