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
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!