Formula when value in dropdown is selected - include these columns to generate the result
Based on the drop-down that is selected, how can I include these columns to generate the results based on their selection. For example
Column A: Asset Type
image
Column B: Industry
A
B
C
Column C: Topic
1
2
3
Column D: Subject Matter
free-write field
__________________________________________________
if selected pdf - include columns only C + D that will generate a URL string
ex: pdf-1-columndtext
if selected image - include columns B + C + D that will generate a URL strong
ex: image-a-1-columndtext
I appreciate your help!
Answers
-
=IF(isblank([column a]@row),"",IF([column a]@row = "pdf", [column a]@row+"-"+[column c]@row+"-"+[column d]@row, [column a]@row]+"-"+[column b]@row+"-"+[column c]@row+"-"+[column d]@row))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!