Hi,
I got two spreadsheets.
Example Sheet 1, have a bunch of columns:
ID , 1, 2, 3
1
2
3
Example Sheet 2:
ID, 1, 2, 3, Info, Info, Info
1
1.5
2
3
3.5
My question is, I need the data from "Info" columns from sheet 2 to be put into the next column for spreadsheet one for each ID.
Some Ids that exist in one, don't necessarily exist in two. So I need the values from "Info" in Sheet 2, to correspond with the proper ID's in Sheet 1 or atleast show an NA.
Right now I have =Vlookup(ID from sheet1, Entire Sheet 2 locked in with F4, Column 5, False), I'm doing something wrong.
Any help would be greatly appreciated. Thanks.
I got two spreadsheets.
Example Sheet 1, have a bunch of columns:
ID , 1, 2, 3
1
2
3
Example Sheet 2:
ID, 1, 2, 3, Info, Info, Info
1
1.5
2
3
3.5
My question is, I need the data from "Info" columns from sheet 2 to be put into the next column for spreadsheet one for each ID.
Some Ids that exist in one, don't necessarily exist in two. So I need the values from "Info" in Sheet 2, to correspond with the proper ID's in Sheet 1 or atleast show an NA.
Right now I have =Vlookup(ID from sheet1, Entire Sheet 2 locked in with F4, Column 5, False), I'm doing something wrong.
Any help would be greatly appreciated. Thanks.
Last edited: