I'm Desperate. Can anyone help build this formula? I've been stuck for approximately 60 hours.
Hello! I'm trying to write a formula that I just can't seem to get right. I've got a project with several ancestor levels that I'd like to report on. I'm close, but I just can't seem to get it. I've added a Parent Row helper column with a check box. I'd like the check box to equal True (checked) if the Primary Column is the ancestor column. That way I can just run a report on the True Boxes.
Ex: I want to be able to run reports only on rows for Task 1, Task 2, and Task 3.
Any help would be greatly appreciated!
Best Answer
-
Try this:
=IF(COUNT(ANCESTORS()) = 0, 1)
Answers
-
Try this:
=IF(COUNT(ANCESTORS()) = 0, 1)
-
@Paul Newcome THANK YOU SO MUCH! I was WAAAAAAAYYYYY over complicating this!!! This worked on the first try!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!