I'm trying to sum up two budget columns, based on the budget type in another column. For some reason I keep getting errors and can not figure this out.
=SUMIF(Program:Program, "BDM", [PO Raised]:[Planned, not POd])
Program Column = Text/Number = "BDM"
PO Raised & Planned, not POd columns are also text/number columns that have numbers in them. I'm simply trying to add up all the numbers in both columns for rows that indicate BDM in the Program column.
Any advice?