I would like to create a formula using SUMIF - I want to calculate how much was spent (amount column) on a certain area (area of expenditure column) during a certain month (date column). At the moment I can only do it to find out the amount spent on a certain area using sumif(A:A,"groceries",D:D) - A being the area of expenditure column and D being the amount column.