VLookup Pulling wrong information
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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!