I am for some reason having an issue getting function to calculate correctly. I need to pull the count for just active projects in one column but it is calculating all of them. There should only be 143. Can anyone help with this?
=SUMIF([Project Phase]:[Project Phase], "Active")
=COUNTIF([Project Phase]:[Project Phase], "Active")
=COUNTIFS([Project Phase]:[Project Phase], "Active")