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
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!