Hello everyone,
Nothing interesting or related to bargain, but money matters that requires calculation. Here is my hypothetical scenario.
lets say, I have a bank statement (excel format) that has huge lists of transaction from the past 5 years. It includes both debits and credits. Here is a hypothetical columns/titles in excel.
- A_________B___________C______________D__________E
1…DATE……..DESCP……………..AMOUNT……………TOTALS
2
3
4
5
6
7
The date starts from the last 5 years continuously till present. What I want is that I would like to sum the totals in another sheet that reflects to the specific end of the financial years. Lets says, sum of all expense & income in 2013-2014 and exclude amounts that are not related to 2013-2014 years.
The rule is
* I cannot manually calculate for specific year,
* I do not want to separate the data for each year
* I do not want to use excel filters/sort options
* I do not want to manually select the cell ranges (e.g. D2:D5) to do calculation
* Not manually using Cell range (e.g. A5:A30) for Column A (date column) in a formula
What I want is a formula that should automatically Calculate from Column D in reference to specific date from column A and exclude the amount that is not related to specific year (EOFY).
You can use the sumif function
Rather than explain read this thread it will give you the examples on dates that I think you are looking for.
Read all the posts as there seems to be a number of ways including the OP's which was corrected by another poster
http://www.mrexcel.com/forum/excel-questions/601474-sumifs-d…