VLOOKUP for form options
Hi, I have 5 Programs of work, each with multiples projects in each (3-24). When a user is completing the associated form and selects a particular Program, I want to use a VLOOKUP on a different grid (or something) to present dropdown options of projects for just that Program in the form. I currently have 5 separate columns in the original grid for each of the project lists which is making my reports messy, so would rather have just one column.
Is this possible? I'm new to Smartsheets and would appreciate any advice :).
FM
Best Answers
-
Hi, are option would be to introduce an additional helper column which summarises the contents of the respective columns. You can then use this on the report.
-
The diagram you added suggested that for each project row, there is only one "option"?
If that is the case, the helper column can be a simple as the JOIN function.
Even with multiple column returns, the JOIN function also has the option of a delimiter to separate items:
Answers
-
Hi, are option would be to introduce an additional helper column which summarises the contents of the respective columns. You can then use this on the report.
-
Thanks Neil, I did think of this after submitting my question. I'm having trouble with the formula though. I can get it to work in Excel but not Smartsheet.
Could be just a misplaced comma but I cannot see it :) Any ideas?
The Excel version: =IFS(C13 <>"", C13, D13 <>"", D13, E13 <>"", E13, F13 <>"", F13, G13 <>"", G13)
-
The diagram you added suggested that for each project row, there is only one "option"?
If that is the case, the helper column can be a simple as the JOIN function.
Even with multiple column returns, the JOIN function also has the option of a delimiter to separate items:
-
Awesome, that's done the trick, thanks Neil.
-
@Fiona Murphy how are users selecting the vlookup data in your form? would you be willing to share what you did?
-
@Fiona Murphy Can you share the logic used in the form for the vlookup?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!