VLookup Pulling wrong information

James Sawyer
βββ
I have a Card Name in the Column in the original sheet.
I'm trying to bring the approval data and time back to the cell from "Track Approval" sheet.
I'm using the following formula.
=VLOOKUP([Card Name]@row, {Track Approval Range 1}, 1, true)
What am I doing wrong?
Tags:
Answers
-
Will you consider using Index/Match?
=INDEX({results_column}, MATCH([Card Name]@ROW,{card_name_column},0))
...
-
Showing #Unparseable. Using formula =INDEX({Track Approval Range 1},
MATCH([Card Name]@ROW,{card_name_column},0))
-
Can you try ROW in lowercase?
-
Showing #Invalid Ref
Using: =INDEX({Track Approval Range 1}, MATCH([Card Name]@row,{card_name_column},0))
-
Great! That is progress. The formula syntax is good now. The issue is with the range you are referencing.
- Is the formula in the sheet you call Original sheet?
- Is the reference you called {Track Approval Range 1} just referencing the Approval data and time column in your Track approval sheet?
- Is the reference you called {card_name_column} just referencing the Card name column in your Track approval sheet?
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!