I am trying to use the following SUMIFS with OR but am getting an error message - can anyone help?
I would like to sum a column with figures if either the date is 31.Dec or todays date but its not workinng. It doesn't like the apostrophes around the "=" with the added curly bracket.
=SUMIFS(G$4:G2174, B$4:B2174, {"=" & DATE(YEAR(B2174),12,31), "=" & TODAY()}, V$4:V2174, "=" & U2174, T$4:T2174,"="&"YE")
I would like to sum a column with figures if either the date is 31.Dec or todays date but its not workinng. It doesn't like the apostrophes around the "=" with the added curly bracket.
=SUMIFS(G$4:G2174, B$4:B2174, {"=" & DATE(YEAR(B2174),12,31), "=" & TODAY()}, V$4:V2174, "=" & U2174, T$4:T2174,"="&"YE")