Last year I posted a question and got an answer on being able to SUM all of the entries for a month, e.g. 6/5/05 = $100, 6/15/05 = $50.00, 6/30/05 = $25.00, 6/30/05 = ($50.00) which would return $125.00; however, what I didn’t take into consideration, nor did I make clear in my earlier post that I needed to test not only the month, but also the year, e.g. entries from June 05 should not be included with entries from June 06 to make the calculation.
Here is the formula I’m using now: {SUM(IF(MONTH(DATE)=MONHT(MAX(DATE)),AMOUNT))}
DATE is a defined name and = $G$13:$G:$53
AMOUNT is a defined name and = $B$13:$B:$53
Since it’s been a year since we’ve been inputting monthly data, the issue has only just surfaced.
Thanks!
Scott