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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!