HELP!!!
=COUNTIFS({Belleville - 1N Front St (task) Status}, [Not Started]@row, {Belleville - 1N Front St (task) Status}, "Children"
I am trying to create a formula for my in progress tasks. My countifs keeps changing to not started and the formula is giving me an error. My total In Progress is calculating wrong bc it is including my ancestors.
Please help!
Answers
-
@jeff steffen Hi, What about adding a column to indicate the level (0=parent, 1= children,...)? Use the following =COUNT(ANCESTORS(Primary column@row)). It has to refer to your primary column as that's where the indentation happens.
Assuming that the column name for the various statuses is Description, then your progress formula can be: =COUNTIFS({Other sheet Status column}, Description@row, {Other sheet Level column}, NOT(0))
Hope it helps!
-
I clicked on the the first indent (Acquisition) or on the task below it? Also when I go to change column, I get an error so I had to drag to copy! Appreciate the help
-
This is how I have it set up in my main sheet. The problem is it is counting the first two headers in my totals. Make sense?
-
@jeff steffen Reference the top level which will be 0, the next level will be a 1, the next a 2....
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!