How to write a formula where the "parent" and "regular" rows =0, but children rows = 1?
I am creating a new "helper column" where I'd like to have the parent rows and the "regular" rows= 0, but children rows = 1?
Best Answer
-
You should be able to get there using
= COUNT(ANCESTORS(insert your column@row here))
That should return 0 for all top level parent rows & rows without any children but the children rows should result in 1. (If you indent more than one level the middle will be 1 and the most inner/indented will be 2 and so on…Kelly Drake (she/her/hers)
STARBUCKS COFFEE COMPANY| business optimization product manager
Answers
-
You should be able to get there using
= COUNT(ANCESTORS(insert your column@row here))
That should return 0 for all top level parent rows & rows without any children but the children rows should result in 1. (If you indent more than one level the middle will be 1 and the most inner/indented will be 2 and so on…Kelly Drake (she/her/hers)
STARBUCKS COFFEE COMPANY| business optimization product manager
-
This worked like a dream- thank you so much!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives