How to add rows in Project Plan Sheet Summary Section without formulas?

I want to add two more rows within the summary section of our project plan sheet. When I add these rows and insert text into a cell, the row gets populated with "Not started" and assigned a health. The current rows in the summary section do not get autopopulated but have the same formulas attached to them. These new rows are being added as if they are a task, but not within the task section of the sheet. How do I prevent the new rows from being assigned a health like the current summary rows? Or how do I remove the formulas?
Answers
-
-
Actual Start and Actual End are the new rows I added.
-
What is in the parent row of those two rows you are wanting to add? Basically you will need to adjust both your Health and Status columns to only run when the parent is not "whatever that is".
=IF(PARENT([Task Name]@row) <> "whatever that is", existing_health_formula)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!