Hi,
I have a table like below. I have a formula in another sheet that lets me know how many apples Bob bought on day 1 - it works great:
=SUMIFS(Sheet2!C:C,Sheet2!A:A,"Bob",Sheet2!B:B,"Apples")
BUT I need excel to sum the "month to date" as well to see how many apples Bob has bought so far...