This base formula should work. You will need to update the following:
- Sum Range on TRADES worksheet
- Date Range on TRADES worksheet
- Cell/Formula reference for the first of the desired month you wish to sum (January = 1/1/21)
=SUMIFS(TRADES![SUM RANGE],TRADES![DATE RANGE],">="&[Cell Ref to Start of Desired Sum Month],TRADES![DATE RANGE],"<="&EOMONTH(Cell Ref to Start of Desired Sum Month,0))
If you need further explanation, see this resource: How to sum by month - SpreadsheetWeb
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…