Hello,
I want to sum up budgets for 2025 - but only for children rows (as I use the sum(children()) function in the parent rows - parents rows cannot be assigned to a specific year).
The following function does not work:
=SUMIFS([Budget]:[Budget]; (date:date); IFERROR(YEAR(@cell ); 0) = 2025);
(Task:Task);COUNT(CHILDREN(Task@row)) = 0)
Any hints?
As a workaround, I could define a helper column.
Kind regards,
Dirk