I have tried many different combinations with #REF, or #N/A errors for a result
I am trying to read from another sheet with no luck.
Currently I am on a sheet called results
The sheet that I am trying to get information from is called Source
Currently I am in cell D6 on the results sheet
What I am trying to do is if cell A6 is equal to anything on the source sheet between A2:A10470 I want the value in the cell from the C column on the source sheet to appear in cell D6 on the results sheet.
I am currently getting a #REF error
in this case cell A6 on the results sheet = 10180
Cell A191 on the source sheet = 10180 the value in cell C191 is 2.25 from the source sheet I would like 2.25 to be in cell D6 of the results sheet.
Any help would be appreciated
Tom
I am trying to read from another sheet with no luck.
Currently I am on a sheet called results
The sheet that I am trying to get information from is called Source
Currently I am in cell D6 on the results sheet
What I am trying to do is if cell A6 is equal to anything on the source sheet between A2:A10470 I want the value in the cell from the C column on the source sheet to appear in cell D6 on the results sheet.
I am currently getting a #REF error
in this case cell A6 on the results sheet = 10180
Cell A191 on the source sheet = 10180 the value in cell C191 is 2.25 from the source sheet I would like 2.25 to be in cell D6 of the results sheet.
Any help would be appreciated
Tom
Code:
=VLOOKUP(A6,Source!A2:A10470,4)