I am trying to match a range of references between two worksheets to return corresponding text string .
so far I've got this but to no avail.
Sheet 2 A$3: A$2000 contains references
Sheet 1 A1 is a reference
Sheet 2 F$3:F$2000 contains numbers and text
Any help appreciated.
so far I've got this but to no avail.
Code:
{=INDEX('Sheet 2'!F$3;F$2000,MATCH(A1,'Sheet 2'!A$3;A$2000))}
Sheet 2 A$3: A$2000 contains references
Sheet 1 A1 is a reference
Sheet 2 F$3:F$2000 contains numbers and text
Any help appreciated.