Hi! I'm working on a simple budget sheet and I'm having difficulty with a formula to sum total a specific expense category.
I want to sum all expenses in a given category from another sheet.
This is what I have so far but it's pulling back $0.00 despite their being items that match the criteria.
=SUMIFS({Expenses Range 2}, {Expenses Range 4}, AND(CONTAINS("Training/Continuing Education", {Expenses Range 4})))
Expenses Range 2 = Expense Dollar Amount
Expenses Range 4 = Category
Any help of guidance would be appreciated! Thank you!