G
Guest
I need to do following:
When user enters name in one text box, Excel searches for entry in one column, and displays city from another column via VLOOKUP function.
=VLOOKUP (B1;23:65536;2;FALSE)
What if there are two persons with same name?
I could allow users to enter their birth date, so if program finds several entries, it should check birth date from third column.
How to tell VLOOKUP function to search for lookup_value in third column?
If that's possible, how to connect these two functions, so that they work as one?
Is there any other function that might check these two values from first and third column and display value from second column?
When user enters name in one text box, Excel searches for entry in one column, and displays city from another column via VLOOKUP function.
=VLOOKUP (B1;23:65536;2;FALSE)
What if there are two persons with same name?
I could allow users to enter their birth date, so if program finds several entries, it should check birth date from third column.
How to tell VLOOKUP function to search for lookup_value in third column?
If that's possible, how to connect these two functions, so that they work as one?
Is there any other function that might check these two values from first and third column and display value from second column?