Approval Status formula with either 3 of 3 Approvals or 1 of 3 Approvals
I am wondering if its possible to have an Approval Status for different groups of Approvers. Details below
-Approvers 1-3 will require all 3 approvers, change status to "Ready to Create"
-Approvers 4-6 will require 1 approver, change status to "Ready to Create"
-If any 6 Deny the request, change status to "Denied"
I've been trying a few different IF statements, but I'm stumped.
Any help would be appreciated!
Best Answer
-
Try something like this...
=IF(COUNTIFS([Approval1]@row:[Approval6]@row, @cell = "Denied")> 0, "Denied", IF(OR(COUNTIFS([Approval1]@row:[Approval3]@row, @cell = "Approved") = 3, COUNTIFS([Approval4]@row:[Approval6]@row, @cell = "Approved")> 0), "Ready To Create", "Pending"))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
Try something like this...
=IF(COUNTIFS([Approval1]@row:[Approval6]@row, @cell = "Denied")> 0, "Denied", IF(OR(COUNTIFS([Approval1]@row:[Approval3]@row, @cell = "Approved") = 3, COUNTIFS([Approval4]@row:[Approval6]@row, @cell = "Approved")> 0), "Ready To Create", "Pending"))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!