If Column A contains specific text and Column B contains specific text, then Column C is text
Hello,
I am not sure how to figure this out. I have tried IF, INDEX, CONTAINS with no luck. What I am trying to do is set up on Impact/Effort Matrix with a formula that looks at the text in Column "Effort" and Column "Impact" then returns certain text in Column C.
For example:
If Effort is "low" and Impact is "low" then return "Do later"
If Effort is "low" and Impact is "High" then return "Quick Win"
If effort is "high" and Impact is "high" then return "Big project"
If Effort is "high" and Impact is "low" then return "consider carefully"
Thanks Nicole!
Answers
-
I would suggest something like this:
=IF(Effort@row = "Low", IF(Impact@row = "Low", "Do Later", "Quick Win"), IF(Impact@row = "Low", "Consider Carefully", "Big Project"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 500 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 78 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!