Darkglasses
New Member
- Joined
- Dec 28, 2010
- Messages
- 2
Hi All,
I have 2 lists of names seperated into Suranme and First name which I need to compare.I have tried a variety of formulas and googling the problem which I thought I have fixed but discover a whole in my logic that meant the result where not accurate. Bascially I need some help!
First list of names:
A4:A255 - Surname
B4:B255 - First names
Second list of names is broken down into groups
First groups is:
E5:E12 - Surname
F5:F12 - First name
Here is the lastest attempt;
=IF(AND(EXACT(E5,$A$4:$A255),EXACT(F5, $B$4:$B$255)),"Member","Non Member")
I need both field to match and give a member output. Previously I had broked it down so my array compared all fields correctly but returned "member" in error if one persons first name was Mike and someone elses name was Davies.
Basically, how to compare one person (E/F5, E/F6, E/F7, etc) is present on my first list ?
I have 2 lists of names seperated into Suranme and First name which I need to compare.I have tried a variety of formulas and googling the problem which I thought I have fixed but discover a whole in my logic that meant the result where not accurate. Bascially I need some help!
First list of names:
A4:A255 - Surname
B4:B255 - First names
Second list of names is broken down into groups
First groups is:
E5:E12 - Surname
F5:F12 - First name
Here is the lastest attempt;
=IF(AND(EXACT(E5,$A$4:$A255),EXACT(F5, $B$4:$B$255)),"Member","Non Member")
I need both field to match and give a member output. Previously I had broked it down so my array compared all fields correctly but returned "member" in error if one persons first name was Mike and someone elses name was Davies.
Basically, how to compare one person (E/F5, E/F6, E/F7, etc) is present on my first list ?