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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!