Greetings,
I am trying to pull labor hours by month from my project sheet. For some reason the below formula seems to work but it also attempts to calculate the values in the parent task which is =sum(children()). I know something is wrong with my formula below. I need to pull labor for each month and I am running into a roadblock. Any help would be much appreciated.
=SUMIFS({PV Dry Park Actual Labor Hours - Monthly}, {PV Dry Park Start Date}, >=(DATE(2024, 1, 1)), {Photo Validation Dry park Range 1}, <=(DATE(2024, 1, 31)))