Hi all,
I am trying to expand on my regular countif formula but I am getting an error. The original formula:
=IF(Order@row = 2, SUMIFS({Costs}, {Date}, Date@row, {Location}, location@row), SUM(CHILDREN()))
works perfectly fine. However, when I add onto this formula, I get an error:
=IF(Order@row = 2, SUMIFS({Costs}, {Date}, Date@row, {Location}, location@row, {Approval}, "Submitted" ), SUM(CHILDREN()))
I know I've run into issues when it comes to including a date criteria in my formulas but I'm not sure if this is in the same vein as previous times. Anyone have any thoughts on how to get around the error?