Good afternoon,
I'm a total newbie and am struggling with the correct formula to use, so please forgive me.
I have two sheets in a workbook. The first sheet is titled Responses and contains 3 columns: timestamp, Student ID number, and pass type. The second sheet is titled Names and also contains three columns: StudentID, Firstname, Lastname.
What I want to do:
*Enter unique student ID number value in the Student ID number cell on sheet one.
*Excel finds the exact number value on sheet two.
*Excel looks to the left of the matched Student ID, copies the First Name, and Last Name from those columns.
*Displays those retrieved first name and last name values on sheet one.
Basically, I'm trying to create a student pass system where the kids check in by number, and Excel populates their name for them to save time.
I clicked in the Responses sheet, cell D1 and tried the formula =if(Responses!B:B,Names!A:A), but I don't understand how to finish the formula to display the kids' first and last names instead of the text StudentID.
Many thanks!
I'm a total newbie and am struggling with the correct formula to use, so please forgive me.
I have two sheets in a workbook. The first sheet is titled Responses and contains 3 columns: timestamp, Student ID number, and pass type. The second sheet is titled Names and also contains three columns: StudentID, Firstname, Lastname.
What I want to do:
*Enter unique student ID number value in the Student ID number cell on sheet one.
*Excel finds the exact number value on sheet two.
*Excel looks to the left of the matched Student ID, copies the First Name, and Last Name from those columns.
*Displays those retrieved first name and last name values on sheet one.
Basically, I'm trying to create a student pass system where the kids check in by number, and Excel populates their name for them to save time.
I clicked in the Responses sheet, cell D1 and tried the formula =if(Responses!B:B,Names!A:A), but I don't understand how to finish the formula to display the kids' first and last names instead of the text StudentID.
Many thanks!