thanks in advance!
Excel Formula: comparing email list
#1
Posted 19 October 2011 - 02:12 PM
thanks in advance!
#2
Posted 19 October 2011 - 02:48 PM
You need to be clearer on what you're trying to do.
Say you have two lists of email addresses... are you comparing the first entry of list 1 against the first entry of list 2, then the second entry of list 1 with the second entry of list 2, etc. OR
are you comparing the first entry of list 1 with all the entries in list 2, then the second entry in list 1 with all the entries in list 2, etc. OR
something else?
Say you have two lists of email addresses... are you comparing the first entry of list 1 against the first entry of list 2, then the second entry of list 1 with the second entry of list 2, etc. OR
are you comparing the first entry of list 1 with all the entries in list 2, then the second entry in list 1 with all the entries in list 2, etc. OR
something else?
#3
Posted 03 November 2011 - 11:16 AM
You could use the "Match" formula which will generate an error if it doesn't find a corresponding entry on the comparison sheet
Say your comparison list is in cells B1:B100 and the cells you're testing start in A1
In cell C1, type =Match(A1,$B$1:$B$100,0) and copy this all the way down your list
Say your comparison list is in cells B1:B100 and the cells you're testing start in A1
In cell C1, type =Match(A1,$B$1:$B$100,0) and copy this all the way down your list
Share this topic:
Page 1 of 1

