Rounding the Year for Vol Life

MarlaBridges80

New Member
Joined
Dec 6, 2018
Messages
1
I am working on a spreadsheet and I want to round the year for Voluntary Life Product. Basically, I want to take the birthdate and round it to a specific date so that the person doesn't age up until that specific date. For example. If the person is 59 a will turn 60 on their DOB of 5.9.19, but the policy says person doesn't age up until the new plan year on 10.1.19. At 60 this person will be in a new age band so how do I make a formula for the year to round? Any formula ideas for this? I also would like the formula be perpetual so I won't have to change it every year. Ideas please.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Would calculating the age-up date help?
Column C (Age): =(TODAY() - A2) / 365.25
Column D (Age-up): =IF(OR(C2<59,C2 > 60),"Not Elegible",IF(A2 + (60 * 365.25) > B2,A2 + (60 * 365.25),B2))
[TABLE="width: 500, align: left"]
<tbody>[TR]
[TD]Birthday (A)[/TD]
[TD]Plan Year (B)[/TD]
[TD]Age (C)[/TD]
[TD]AgeUpDate (D)[/TD]
[/TR]
[TR]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="width: 75"]2/20/1959[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]10/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.79[/TD]
[TD][TABLE="width: 75"]
<tbody>[TR]
[TD="width: 75"]10/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]4/17/1959[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.64[/TD]
[TD]9/1/2019[/TD]
[/TR]
[TR]
[TD]4/19/1952[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]66.63[/TD]
[TD]Not Eligible[/TD]
[/TR]
[TR]
[TD]9/17/1959[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.22[/TD]
[TD]9/17/2019[/TD]
[/TR]
[TR]
[TD]6/20/1949[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]69.46[/TD]
[TD]Not Eligible[/TD]
[/TR]
[TR]
[TD]9/27/1959[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.19[/TD]
[TD]9/27/2019[/TD]
[/TR]
[TR]
[TD]9/25/1959[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.20[/TD]
[TD]9/25/2019[/TD]
[/TR]
[TR]
[TD]10/27/1959[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]59.11[/TD]
[TD]10/27/2019[/TD]
[/TR]
[TR]
[TD]1/17/2013[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="width: 68"]9/1/2019[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]5.88[/TD]
[TD]Not Eligible[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0

Forum statistics

Threads
1,225,741
Messages
6,186,761
Members
453,370
Latest member
juliewar

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