Hello,
I'm receiving an error in the below formula. Not sure if I'm using the "NOT" correctly here. I want to sum all the story points for all "Small" projects, but exclude projects where the phase is in "Backlog" or "Pause/On-Hold."
=SUMIFS({Planning Story Pts}, {Project Size}, "Small", NOT({Team Phase}, "Backlog", "Pause/On-Hold"))
Thanks,
Amy