Show approval status based on # of approvals vs. denials
@SPark
✭✭✭
I'm looking for a formula that will show "Yes", "Hold", or "No" based on # of approvals. There are 6 total approvals needed, if all 6 approve, then the Approved column would show "Yes". If there is 1 or more denials, then the Approved column would show "No". If the total of the columns don't equal to 6, then the Approved column would show "Hold". Is there a formula someone can help me with here or an easier way to show this status?
Best Answer
-
Something like this: =IF([Approval Count]@row = 6, "Yes", IF([Denied Count]@row >= 1, "No", "Hold"))
Answers
-
Something like this: =IF([Approval Count]@row = 6, "Yes", IF([Denied Count]@row >= 1, "No", "Hold"))
-
Yup, that's it!! Thank you Nic!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!