I have a sumif formula in my "sheet summary" that is giving me a correct value when summing my values on that sheet. My formula is:
=SUMIF([Project Status]:[Project Status], "Active /WON", [Project $ Value]:[Project $ Value])
When I use the sumif formula on a separate sheet referencing the same data I am getting a much less value. My formula on this separate sheet is:
=SUMIF({Project Status}, "Active /WON", {Project $ Value})