Can't seem to get this particular problem solved. Need to sum different things by month. Currently i do have the following formula working which sums by month:
=SUMIFS(E1:E82,C1:C82,">="&B113,C1:C82,"<="&EOMONTH(B113,0))

But doesn't work by person. Thought i'd need to place the following but haven't gotten it to work
"*James*"

Thank you for any help.