Best formula?
Hello,
I've tried searching previous similar questions but i think most are more advanced than I need:
I have a column which is a drop down with 2 options:
column name: 'Total people said 'YES' to Welsh at meetings'
option 1: At least 10% and less than 100% of attendees
option 2: Less than 10% of attendees
i want another column to auto populate based on which option was selected
column name: Send Email 02 or 03
above option 1: At least 10% and less than 100% of attendees auto populates Email 02
above option 2: Less than 10% of attendees auto polulates Email 03
Thank you in advance :)
Answers
-
Try this...
=IF(CONTAINS("At least", [Total people said 'YES' to Welsh at meetings]@row), "Email 02", "Email 03")
-
thank you Paul, works perfectly :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!