I have a column with some rows marked as "Active /Won" in the "Project Status" column. I want to sum all of those values from the corresponding column "Project $ Value". I have done this successfully in another sheet, but I cannot get this formula to work on my sheet summary...
In my sheet summary I get "#invalid operation" with the below formula.
=SUMIF([Project Status]:[Project Status], "Active /WON", [Project $ Value]:[Project $ Value])
In my sheet that works I have the below formula.
=SUMIF({Project Status}, "Active /WON", {Project $ Value})
Help Please!