Hi want to create some report using data what I have. Below is what I have.
Date Sold
22-Oct-11 22
23-Oct-11 28
24-Oct-11 10
22-Oct-12 22
23-Oct-12 28
24-Oct-12 10
What I want is create year and sold total as below.
Year Sold
2011 60
2012 87
Any idea how to get this done using excel pre-defined function.
I know this can be done using MACRO, however I don’t want to use MACRO.
Edit 1
I don’t want to do this using Pivot too. ONLY Excel pre-defined functions.
If you can add an extra column for
=Year(date)then you can use Subtotals to calculate your results (Data-Subtotals)