Forum Discussion
Matef89
Dec 25, 2022Copper Contributor
Summary tasks calculate total of filtered items only
how to make project calculate the cost for only filtered items ?
Matef89
Dec 27, 2022Copper Contributor
is there an easier way ?
John-project
Dec 27, 2022Silver Contributor
Matef89,
Short answer, no.
You could use a custom Cost field that is only populated for those tasks that are selected by the filter and then use the sum rollup for the summary task. Or, a simple macro could be used to sum up only the filtered tasks and write the cost into a separate Cost field.
John