Hello,
I've been searching and hitting a dead end on this formula, I am trying to sumifs a cell with two criteria. When I use this formula =SUMIF(["I - Initial contract CO - Change Order D - Draw]1:["I - Initial contract CO - Change Order D - Draw]5, "I", [Amount of Action]1:[Amount of Action]5) it does work for that criteria.
But when I use =SUMIFS([Amount of Action]1:[Amount of Action]5, ["I - Initial contract CO - Change Order D - Draw]1:["I - Initial contract CO - Change Order D - Draw]5, "I", [Amount of Action]1:[Amount of Action]5, ["I - Initial contract CO - Change Order D - Draw]1:["I - Initial contract CO - Change Order D - Draw]5, "CO") it gives me an incorrect argument set. We want to be able to sum the parent and child row on each separate contract as shown on this picture below, but only the ones with "I" and "CO". That will give us the total liability.
Hopefully this is not confusing, please help.