VLOOKUP #INVALID DATA TYPE Challenge
Hi! I'm new to the community and already raising an issue. Sorry about that! If anyone can help me with this, I'd greatly appreciate it.
I'm trying to use VLOOKUP within a Product Roadmap sheet to set the values of the feature start date and end dates based upon a Sprint it is assigned to, referencing a set of scheduled sprints lower in the sheet. A simplified example sheet demonstrating the problem using the standard template as a starting point is attached.
The function looks correct to me, but it continuously throws a #INVALID DATA TYPE error in the cell. The lookup column and value cell are both set to "Date" and are actually the exact same column, so I'm not clear why there would be an error from this.
Second attachment shows an example function being used.
Again, any thoughts are greatly appreciated!
Comments
-
From the looks of your vlookup it looks like your formatting might be off. You should have, the search value, the range to look up, the column number you want to return, and whether or not you want an exact match (false = exact match, true = approximate match).
https://help.smartsheet.com/function/vlookup
Try this formula... =vlookup(Sprint@row, $Sprint$16:$[Start Date]$22, 3, False)
Does that produce the result you are looking for?
-
Yep, that fixed it. Thanks Mike! Time to go fire up the coffee machine...
-
Drink an extra-strong one for me! Glad I could help you get it working!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!