Here is what I am trying to do:
I have a table of names:
A B C
1 Jones Bob 555-1212
2 Johnson Jim 555-1313
3 Smith Kate 555-1414
4 Smith Joe 555-1515
5 Doe John 555-1616
I want to do a lookup in the table which will return all instances of the match. For example, if I want to look up Smith, I want the information on both Kate and Joe Smith returned.
I have a table of names:
A B C
1 Jones Bob 555-1212
2 Johnson Jim 555-1313
3 Smith Kate 555-1414
4 Smith Joe 555-1515
5 Doe John 555-1616
I want to do a lookup in the table which will return all instances of the match. For example, if I want to look up Smith, I want the information on both Kate and Joe Smith returned.