calculating status based on status of multiple columns
Hi,
I am trying to calculate the status of a main column ("status") based on the status of multiple columns (OP2-OP8).
The idea is to automatically change the status (on the left) from "Open" to "Complete" based on the individual status of the columns on the right (Open/Closed).
Background: we try to monitor the issue status of each line based on the progress of the issue per each OP. e.g. if the issue is open in at LEAST one OP the status stays open. ONLY if all four are CLOSED that entitles the main status to change to Complete.
The complexity is, that a certain issue is not necessarily applicable to all OPS (see Affected_OPs column).
Any ideas how to build a function around that?
Many thanks
Oren
Best Answer
-
I think there might be several logical approaches. The way I would probably do it is to use an IF Formula that counts all Opens in in the cells before it and flags it when there aren't any.
Try:
=IF(Countif(OP1@row:OP8@row., "Open") = 0, "Closed",. "Open")
Answers
-
I think there might be several logical approaches. The way I would probably do it is to use an IF Formula that counts all Opens in in the cells before it and flags it when there aren't any.
Try:
=IF(Countif(OP1@row:OP8@row., "Open") = 0, "Closed",. "Open")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!