Hello Smartsheet Community!
For the life of me I can't get the Criterion3 to work in my =SUMIFS formula.
This formula works beautifully with Criterion1 and Criterion2:
=SUMIFS([Invoice Amount]:[Invoice Amount], Status:Status, "Approved", [CapEx #]:[CapEx #], [CapEx Number]@row)
I want to use the exact same formula in a new column and add Criterion3:
=SUMIFS([Invoice Amount]:[Invoice Amount], Status:Status, "Approved", [CapEx #]:[CapEx #], [CapEx Number]@row, [QD]:[QD], [Q]:[Q], "Q1 2022")
However this one doesn't work for me I get #INVALID DATA TYPE
and it removes my brackets [ ] from [QD]:[QD], [Q]:[Q]
Thanks so much in advance.. Been staring at this for hours.