Forum Discussion

V A's avatar
V A
Copper Contributor
Apr 27, 2018
Solved

Need help using =sumifs()

Hello, I'm trying to figure out how to return sum of specified range, with 2 criteria, the category is "x" and also falls into a specified month(x). I'm currently using the following formula: =SUMIF...
  • Detlef_Lewin's avatar
    Apr 27, 2018

    Hi there.

     

    Untested.

    =SUMIFS($C:$C,$D:$D,">=01.01.2018",$D:$D,"<=31.01.2018",$A:$A,"Services")