Please correct =SUMIFS formula
I am trying to make a summary of the grocery purchase in a month.
First photo is my daily entry. As you can see, the dollar amount is in the even lines. And description is on the odd lines.
The second photo is the summary of the monthly cost. I am tying to extract the sum of the cost for certain goods in certain period.
The approach I tried was these,
1.
=SUMIFS(sum value, test value, condition, ...)
=SUMIFS(All of the table, Purchase date, Before June 1, Purchase date, After May 1, Line 1, Eggs)
=SUMIFS(Expense::Table 2::$D$1:S161,Expense::Table 2::$C1:$C161,"<"&H$1, Expense::Table 2::$C1:$C161,">"&G1, Expense::Table 2::$1:$1, $B64)
I think the issue is that I am asking to do the two dimensional movement in this formula and it's where I cannot come up with solution.
Please help me.
MacBook Pro 16″, macOS 12.3