Formula help to return differnt conditions
Hi
I am after help in developing a formula to look for certain conditions. I require the highlighted cell in blue perimeter to record certain condition if a condition is true from the 5 cells below.
If all cells return Completed then return "Completed"
If all cells return Not Started, then Return "Not Started"
If all cells return mixed conditions, then return "In Progress"
I have the following fields within the column as dropdowns.
Not Started
In Progress
Waiting For Checks
Checks in Progress
Completed
Best Answer
-
Hi @David Clunie ,
You may need to adjust this based on where you're placing the formula and how many rows are below it, but it will give you the general idea:
=IF(COUNTIF(staus2:status6, "Complete")=5, "Complete", IF(COUNTIF(staus2:status6, "Not Started")=5, "Not Started", "In Progress"))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @David Clunie ,
You may need to adjust this based on where you're placing the formula and how many rows are below it, but it will give you the general idea:
=IF(COUNTIF(staus2:status6, "Complete")=5, "Complete", IF(COUNTIF(staus2:status6, "Not Started")=5, "Not Started", "In Progress"))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!