Hi - I have a cashflow chart that I want to pull expenses into by category and month. The expenses are located on another sheet with a dropdown list that is the same on the cashflow chart. I have tried this formula but it is not returning the results - just $0.00
=SUMIFS({Expenses Amount}, {Expenses Category}, Description@row , {Expenses Date Range}, AND(IFERROR(MONTH(@cell ), 0) = 2))