I have a column called Actual Charges I want to sum if the column SOW Reference has "IPO PMO" in it. I thought I was following the syntax and reduced to only one criteria. I do have other criteria, too. Please see formula below. I also wanted to sum the whole column Actual Charges, but it seems to only capture the column if I stop at 60. Any help would be appreciated. Thank you.
=SUMIFS([Actual Charges]2:[Actual Charges]60, [SOW Reference]:[SOW Reference], "IPO PMO")