demonfootball21
New Member
- Joined
- Sep 7, 2011
- Messages
- 14
I need to look up results by one column, but if that column has multiple matches I want it to move to another column.
example - I am using Last Names to find their personal info, but if more than one person has the same last name i need it to check their first name.
the formula I have used now is =VLOOKUP($A2,Students!$A$2:M1599, COLUMNS(Students!$N4:N4)+12,0)
so if I have
Smith, Jon and
Smith, Bob
it only brings up Jon's corresponding info, not Bobs.
Thanks!
example - I am using Last Names to find their personal info, but if more than one person has the same last name i need it to check their first name.
the formula I have used now is =VLOOKUP($A2,Students!$A$2:M1599, COLUMNS(Students!$N4:N4)+12,0)
so if I have
Smith, Jon and
Smith, Bob
it only brings up Jon's corresponding info, not Bobs.
Thanks!