Forum Discussion
georgina450
Jun 15, 2020Copper Contributor
VLOOKUP across sheets
Hello everyone, I am trying to use VLOOKUP to reference a second sheet (attached is the spreadsheet I am using). I want to ask column C in the 'Activities' sheet (a number to represent the 'Type' of...
- Jun 16, 2020
Hi Georgina
The issue was that you were looking up column H:I (2 columns) but wanting to retrieve data from the 7th column - so you were getting the #REF error.
I have changed the range to H:N columns - and then retrieving the data from 7th column - this returns 0 (space). I added a second line and retrieved data from 4th column so you could understand how this work. Hope this helps!
Peter
JKPieterse
Jun 15, 2020Silver Contributor
Your VLOOKUP formula looks at two columns and then you are asking it to return data from the 7th column. That is impossible.
- georgina450Jun 15, 2020Copper Contributor
JKPieterse Thank you - do you know if this is a problem with the formula, or with what I want to do? I want a cell to autopopulate with a number from one column in a different sheet, depending on the value someone selects in a drop-down list in another column.