Does anyone know how many criterion you can have with a SUMIFS?
This formula works =SUMIFS([Conversion to $US]$21:[Conversion to $US]$385, [Cost Centre Description]$21:[Cost Centre Description]$385, [Cost Centre Description]6, [Fiscal Year]$21:[Fiscal Year]$385, [Fiscal Year]6)
But when I add one more criterion such as =SUMIFS([Conversion to $US]$21:[Conversion to $US]$385, [Cost Centre Description]$21:[Cost Centre Description]$385, [Cost Centre Description]2, Month$21:Month$385, Month8, [Fiscal Year]$21:[Fiscal Year]$385, [Fiscal Year]8, Status21:Status385, Status8) , no luck the formula wont work.
Any suggestions welcome