ivorykeys87
New Member
- Joined
- Mar 25, 2016
- Messages
- 10
Gonna try and keep this real simple to understand. I'm trying to calculate residual income from insurance policies sold a year ago. The data is as follows:
A:A = Date policies went effective
B:B= Status of policy (it must be active to pay a residual)
C:C= Residual amount to be paid.
The residual only pays once the policy has been effective for one year, and stops paying once it has been effective for 6 years. I have what I thought to be the correct formula in I6. It reads as follows
=SUMIFS(C2:C51,A2:A51,TODAY()>=DATE(YEAR(A2:A51)+1,MONTH(A2:A51),DAY(A2:A51)),A2:A51,TODAY()<=DATE(YEAR(A2:A51)+6,MONTH(A2:A51),DAY(A2:A51)),B2:B51,"Active")
This returns a "0". Any help would be greatly appreciated.
A:A = Date policies went effective
B:B= Status of policy (it must be active to pay a residual)
C:C= Residual amount to be paid.
The residual only pays once the policy has been effective for one year, and stops paying once it has been effective for 6 years. I have what I thought to be the correct formula in I6. It reads as follows
=SUMIFS(C2:C51,A2:A51,TODAY()>=DATE(YEAR(A2:A51)+1,MONTH(A2:A51),DAY(A2:A51)),A2:A51,TODAY()<=DATE(YEAR(A2:A51)+6,MONTH(A2:A51),DAY(A2:A51)),B2:B51,"Active")
This returns a "0". Any help would be greatly appreciated.