unable to add data using sumifs

anillinda

New Member
Joined
Apr 20, 2012
Messages
48
I am unable to get sum total for the following dataset:

the columns are as follows:
NO.
PAYMENT AMOUNT
INTEREST
PRINCIPAL (D11:D1054)
DATE WHEN PAYMENT IS DUE (I11:I1054)


MY FOLLOWING FORMULA FAILS AND I AM OUT OF LUCK!
=SUMIFS(D11:D1054,I11:I1054,"YEAR(2017)")
I AM TRYING TO CALCULATE PRINCIPAL PAID IN YEAR 2017. I ALSO WOULD LIKE TO CALCULATE PRINCIPAL BETWEEN TWO DATES SAY (08/1/2017 TO 07/31/2018)
.
THANK YOU,
SINCERELY,
NEAL SINGH
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
You can use SUMPRODUCT to calculate the year.
SUMIFS between 2 dates.
You also may want to look at the CUMPRINC function which will calculate the principal between two periods.
Excel Workbook
DEFGH
6Year 2017 =57
7
8Start Date8/1/2017End Date7/31/2018
9122
10
11257/12/2017
123210/12/2017
13255/6/2018
14656/12/2018
152510/12/2018
Sheet
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,042
Members
449,063
Latest member
ak94

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top