Need a formula to trigger a red flag
I've set the column to symbol/flag and I want the top row to flag if any of the below rows have a flag in it. I've tried numerous items but all return an error of either invalid or that the cell is restricted to flag value.
Best Answer
-
If you indent all of the rows under the first row, then you can place the formula below in the first row of your Flag column. It will flag itself if any of the children are flagged.
=IF(COUNTIF(CHILDREN(), 1) > 0, 1, 0)
Hope this helps!
Answers
-
@Missy Folkemer are you using symbols or the checkbox red flag? Can you include a screenshot with example data for what you're trying to do?
-
I'm using checkbox red flag. I want row 3 to show a red flag if any of the rows 4-31 are flagged.
-
If you indent all of the rows under the first row, then you can place the formula below in the first row of your Flag column. It will flag itself if any of the children are flagged.
=IF(COUNTIF(CHILDREN(), 1) > 0, 1, 0)
Hope this helps!
-
That worked, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 433 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!