Hi there.
The formula below works fine for a complete total.
SUMIF(Ledger.C$8:C$50,B3,Ledger.F$8:F$50))
Ledger Column C is say “Sundry Sales, Kit Purchases, Room hire, etc”
Ledger Column F is the cost of various items.
B3 in this case is say “Sundry sales” and hey presto it works.
Unfortunately, I’ve got about 3 years transaction in the same ledger (it’s for a club, we only meet once a month).
Column A is the transaction date.
What is the possibility of just getting one years worth, i.e how could I alter the formula to include only the transactions in Year(A8) - which happens to be 2015 - the year the club started, then I could just do YEAR(A8)+1 for the next column.
Is this a possibility?