I have a pivot table of project data that contains (amongst other things) type of project, project costing information as well as 3 dates - project start date, project due date, project completion date. What I would like to see in my pivot table is a subtotal of costs per type of project, the sum of the costs to date for each project, and a "status" date that is, essentially :
=IF( Complete >0, Complete, IF ( Due > 0, Due, Start))
I know how to create this as a calculated field in a pivot table, and that works fine. However, because I want to subtotal the costs in the project type, the PT is trying to sum not just the cost columns, but the date column as well. Is there any way to keep the subtotals for the project costs but not subtotal the status dates? Or is there a better way to choose the status date in the PT other than using a calculated field? I am wanting to avoid having to manipulate my project data feed, e.g., embedding this formula in the data source tab.
I appreciate your help!! Thank you!!
=IF( Complete >0, Complete, IF ( Due > 0, Due, Start))
I know how to create this as a calculated field in a pivot table, and that works fine. However, because I want to subtotal the costs in the project type, the PT is trying to sum not just the cost columns, but the date column as well. Is there any way to keep the subtotals for the project costs but not subtotal the status dates? Or is there a better way to choose the status date in the PT other than using a calculated field? I am wanting to avoid having to manipulate my project data feed, e.g., embedding this formula in the data source tab.
I appreciate your help!! Thank you!!