=IFs(Summary!L2="October", QUERY(Data!A2:E, "where month(A)+1=10 and E = 'Expense'"), Summary!L2="February", QUERY(Data!A2:E, "where month(A)+1=2 and E = 'Expense'"))
Date Amount Description Category
23-Oct-2022 ₪6,969.00 F B Expense
Hi, I’m trying to apply this to all months to all months but it keeps returning IFS mismatched range sizes. Expected row count: 1. Column count 1. Actual Row count 1, column count 5. Summary!L2 is set to October
If anyone knows how to fix this it would be greatly appreciated (if the sheet is needed I can send the link)
Thanks