Forum Discussion
ElsaRobles
Jul 05, 2019Copper Contributor
VLOOKUP #REF ERROR
Hi, I can't seem to understand why I am getting a ref error for my vlookup formula, I would greatly appreciate any help!! In cell Q4, enter a formula using the VLOOKUP function to display a staff m...
nabilmourad
Jul 05, 2019MVP
Hi,
You have an issue with the second argument of the VLOOKUP function.
if you replace it with the entire table , named Staff, it will work fine (presently you are selecting one column only)
=VLOOKUP(Q2,Staff,5,0)
False = 0
Hope that helps
Nabil Mourad
- ElsaRoblesJul 05, 2019Copper Contributor
Yes that resolved the issue! I really appreciate your help!! nabilmourad