If Formula Help: =IF X symbol and X symbol are X, display X in this column
I'd like to select text in a column based on symbol indicators in a column.
For example if they are highly impacted, with a "!" symbol and they are not influential with a (down arrow) symbol, i want to indicate that i should reach out to them weekly. See pic. Please help with how I can set up the formula to do this automatically.
Best Answer
-
=IF(AND([Impact on Stakeholder]@row = "High", [Stakeholder Influence]@row = "Low"), "Weekly")
You can continue the IF(AND( logic to handle all combinations
Larry Cummings
https://primeconsulting.com/
Principal Consultant | Prime Consulting Group
Answers
-
=IF(AND([Impact on Stakeholder]@row = "High", [Stakeholder Influence]@row = "Low"), "Weekly")
You can continue the IF(AND( logic to handle all combinations
Larry Cummings
https://primeconsulting.com/
Principal Consultant | Prime Consulting Group -
That worked thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.6K Get Help
- 472 Global Discussions
- 200 Use Cases
- 513 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!