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
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!