Hello,
I am trying to nest IF statements, and for each true IF statement I want to use SUMIF to get the totals for a specific value. Code below if giving me an unparseable error. Could anyone help me figure out why it won't parse?
=IF([List Item or Activity]@row = "Plan Total", SUMIF(Phase:Phase, "Plan", [Total Cost]:[Total Cost], IF([List Item or Activity]@row = “Discover Total", SUMIF(Phase:Phase, “Discover", [Total Cost]:[Total Cost]))