Hello,
I've been trying to use vlookup to find data from a datasheet
Sheet A contains a column 1 with "My Name".
Sheet B contains column 1 with "Name" and "Number"
I want a column in sheet A that looks for the corresponding name in sheet B and returns its number.
I've looked up tutorials on this but there doesn't appear to be any link between the values I enter and the return values I get. I've tried =VLOOKUP("My Name", {Sheet B col 1+2}, 1) and got a value from Sheet B column 1 that is unrelated to the value of "My Name". Changing the 1 to a 2 gets the value from column 2.
I've also tried putting "Name" and "Number" into VLOOKUP. Name returned and error and Number got a different random value.