Hello,
I want to sum up the Project Remaining Hours of all "In Progress" projects. Sometimes I have negative project remaining hours, but I don't want to add the negative value.
How do I sum up the absolute value of the Project Remaining Hours in the formula below?
=SUMIFS({Project Remaining Hours}, {Project Status}, OR(@cell = "In Progress"))
Thanks,
Amy