Hello, new here.
I am not sure if this is possible but I thought it was worth asking.
I have a spreadsheet with items and costs limited, as well as the date of the expense.
<table style="border-collapse: collapse; width: 195pt;" border="0" cellpadding="0" cellspacing="0" width="259"><col style="width: 17pt;" width="22"> <col style="width: 81pt;" width="108"> <col style="width: 37pt;" width="49"> <col style="width: 60pt;" width="80"> <tbody><tr style="height: 15pt;" height="20"> <td colspan="4" class="xl69" style="height: 15pt; width: 195pt;" align="center" height="20" width="259">Costs</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">
</td> <td class="xl67">Item</td> <td class="xl67">Cost</td> <td class="xl66">Date</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">1</td> <td>Item1</td> <td class="xl71">£5</td> <td class="xl65" align="right">01/08/2009</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">2</td> <td>Item2</td> <td class="xl71">£1</td> <td class="xl65" align="right">01/09/2009</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">3</td> <td>Item3</td> <td class="xl71">£2</td> <td class="xl65" align="right">02/09/2008</td> </tr> </tbody></table>
What I am trying to do now:
I would like the months of the year listed, and have some excel magic find costs for that month and total them.
For example, for the month of September, I would like Excel to recognise the items purchased in September (2 and 3) from the date column and total those costs, which would be £3.
I hope I am being clear and I would appreciate any help someone could give me.
I am not sure if this is possible but I thought it was worth asking.
I have a spreadsheet with items and costs limited, as well as the date of the expense.
<table style="border-collapse: collapse; width: 195pt;" border="0" cellpadding="0" cellspacing="0" width="259"><col style="width: 17pt;" width="22"> <col style="width: 81pt;" width="108"> <col style="width: 37pt;" width="49"> <col style="width: 60pt;" width="80"> <tbody><tr style="height: 15pt;" height="20"> <td colspan="4" class="xl69" style="height: 15pt; width: 195pt;" align="center" height="20" width="259">Costs</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl68" style="height: 15pt;" height="20">
</td> <td class="xl67">Item</td> <td class="xl67">Cost</td> <td class="xl66">Date</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">1</td> <td>Item1</td> <td class="xl71">£5</td> <td class="xl65" align="right">01/08/2009</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">2</td> <td>Item2</td> <td class="xl71">£1</td> <td class="xl65" align="right">01/09/2009</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt;" height="20">3</td> <td>Item3</td> <td class="xl71">£2</td> <td class="xl65" align="right">02/09/2008</td> </tr> </tbody></table>
What I am trying to do now:
I would like the months of the year listed, and have some excel magic find costs for that month and total them.
For example, for the month of September, I would like Excel to recognise the items purchased in September (2 and 3) from the date column and total those costs, which would be £3.
I hope I am being clear and I would appreciate any help someone could give me.