Results 1 to 4 of 4

Thread: Formula to count Detail Tasks within a Summary Task

  1. #1
    Join Date
    Mar 2012
    Posts
    3

    Formula to count Detail Tasks within a Summary Task

    Is there a way to use a custom Number field to display a value for SUMMARY TASKS ONLY which shows the number of sub-tasks within that summary task?

  2. #2
    Join Date
    Aug 2006
    Posts
    201

    Re: Formula to count Detail Tasks within a Summary Task

    No. Custom fields work on a row by row basis, so the idea of counting tasks under a summary wouldn't work. You could add a number field, enter 1 into each subtask and then set the summary row to Sum - but you'd have to manually enter "1" for each subtask.

  3. #3
    Join Date
    Mar 2012
    Posts
    3

    Re: Formula to count Detail Tasks within a Summary Task

    Actually I can take your idea and automate it a bit.

    I created a custom field Number1 with a formula value of:

    IIf([Start]<>"NA",1,0)

    This always equates to 1, because every task has a Start date.

    Now I set the summary task to roll up to the SUM.

    The I set a Graphical Indicator to display a red circle if the Summary Row value is greater than 6 (meaning there are more than 6 sub-tasks). The goal is to obey the "Rule of Six" in which there are no more than 6 sub-tasks per Summary Task.

    Just tested it and it works perfectly.

  4. #4
    Join Date
    Aug 2006
    Posts
    201

    Re: Formula to count Detail Tasks within a Summary Task

    Thats great

    I'm glad you were able to sort it out and thanks for sharing your result.

Similar Threads

  1. Display baseline for Summary task
    By sa02000 in forum Microsoft Project
    Replies: 5
    Last Post: 25-10-2011, 08:04 PM
  2. RAG formula - problem with summary tasks
    By Adam 1980 in forum Microsoft Project
    Replies: 1
    Last Post: 25-04-2011, 12:19 AM
  3. RAG formula based on completion - problem with summary tasks
    By Monique_01 in forum Microsoft Project
    Replies: 4
    Last Post: 19-04-2011, 04:17 AM
  4. Errors with EV calc's/summary tasks
    By Alison in forum Windows Software
    Replies: 3
    Last Post: 21-07-2009, 06:14 AM
  5. Summary Task Duration incorrect
    By Hardik in forum Microsoft Project
    Replies: 3
    Last Post: 10-10-2008, 07:37 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,452,018.93633 seconds with 16 queries