Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Automate High formula
Hi, I am trying to automate a trigger that looks at a WBS and if it has a High Status in the form of a ! mark, that it in turn auto triggers the some status in the top WBS name line.
See attached screenshot.
Thanks
Cathy
Comments
-
I now have the formula that works on one cell, but I need it to look each WBS cell
=IF([Over Due WBS]6 = "High", "High", "")
I have tried the below, but it does not work
=IF([Over Due WBS]6:[Over Due WBS]13 = "High", "High", "")
-
Ok, I have come up with the below formula...is there a shorter formula that could be used? if not this is the one
=IF(OR([Over Due WBS]24 = "High", [Over Due WBS]25 = "High", [Over Due WBS]26 = "High", [Over Due WBS]27 = "High", [Over Due WBS]28 = "High", [Over Due WBS]29 = "High", [Over Due WBS]30 = "High", [Over Due WBS]31 = "High"), "High", "")
-
Take a look at this post: https://community.smartsheet.com/discussion/countifchildren-criteria
-
Just in case some one else is looking for the some formula, this is what I went with
=IF(COUNT(CHILDREN()) > 0, "High", "") - Will show ! mark
=IF(COUNTIF(CHILDREN(), 1) > 0, 1, 0) - will show a flag
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives