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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives