Forum Discussion

Rebecca Schneider's avatar
Rebecca Schneider
Copper Contributor
Oct 20, 2017
Solved

formula that will return the sum of values with a given name in a given month

Trying to find a sumif formula that will return the sum of values with a given name in a given month. I have multiple entries within each month that are labeled to fit into a certain category and a ...
  • Wyn Hopkins's avatar
    Wyn Hopkins
    Oct 24, 2017

    Hi Rebecca

     

    Bit of a long formula  (I'd also encourage you to turn your 2 Data sets into Tables (Ctrl T)  so that the formula is more meaningful.

     

    =SUMIFS('Data 1'!$H:$H,'Data 1'!$E:$E,$A2,'Data 1'!$B:$B,">="&B$1,'Data 1'!$B:$B,"<="&EOMONTH(B$1,0))
    +SUMIFS('Data 2'!$H:$H,'Data 2'!$E:$E,$A2,'Data 2'!$B:$B,">="&B$1,'Data 2'!$B:$B,"<="&EOMONTH(B$1,0))

Resources