Basically I have one sheet with the following columns:
Customer ID | Customer Name
And another sheet with:
Customer ID | Customer Name
I want to make it so that I fill in everything in the first sheet, but then when I enter a "Customer ID" in the second sheet, it automatically fetches the "Name" from the first sheet for the corresponding ID.
So for example, if i have a record "0001 | John" in the first sheet, i want it so that when I enter "0001" in the second sheet, it automatically fetches "John" and enters it in the second column
My teacher said we have to use vlookup i think, but he never taught us anything else and I don't know how to implement it.
Thank you for any assistance.
Customer ID | Customer Name
And another sheet with:
Customer ID | Customer Name
I want to make it so that I fill in everything in the first sheet, but then when I enter a "Customer ID" in the second sheet, it automatically fetches the "Name" from the first sheet for the corresponding ID.
So for example, if i have a record "0001 | John" in the first sheet, i want it so that when I enter "0001" in the second sheet, it automatically fetches "John" and enters it in the second column
My teacher said we have to use vlookup i think, but he never taught us anything else and I don't know how to implement it.
Thank you for any assistance.