I have the following worksheet #1 (simplified for the question) of person and age:
Person Age Bob 40 Brett 35 Brian 38
I would like to setup another worksheet where I have the following:
Person Age Spot #1 FORMULA
The user will enter a name in Spot #1 and I want a formula/code in the cell titled FORMULA where the formula/VBA code will look at the table in worksheet #1 and pull in the appropriate age based on the person entered in .
What formula can I use to do this?
Thanks for your help!