Currently, I have sheets document that compares cell name containing a last name field with a column of data elsewhere and returns a third column's value when it matches. I have posted an example below
i.e.
Here is the formula ||| Lookup(A1,'Sheet 2'!B:B,'Column C'!C:C)
Sheet One with Formula Sheet 2:
Column A Column B Column A Column B Column C
Smith 111111 Oscar Smith 111111
The problem is if there are 2 smiths it only grabs the first one.
What I want to do is use the first initial. last name in sheet one and compare to column A and B to return Column C.
Sheet One with Formula Sheet 2
Column A Column B Column A Column B Column C
O. Smith 111111 Alex Smith 222222
Oscar Smith 111111
I am stuck... Here is a link to help out. https://docs.google.com/spreadsheets/d/1m087VIKk_F8OUbKy2wMvb12DM9fg9r0YIlbU24QHsSY/edit?usp=sharing