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

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
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))
Birthday (A)Plan Year (B)Age (C)AgeUpDate (D)
2/20/1959

<tbody>
</tbody>
10/1/2019

<tbody>
</tbody>
59.79
10/1/2019

<tbody>
</tbody>
4/17/1959
9/1/2019

<tbody>
</tbody>
59.649/1/2019
4/19/1952
9/1/2019

<tbody>
</tbody>
66.63Not Eligible
9/17/1959
9/1/2019

<tbody>
</tbody>
59.229/17/2019
6/20/1949
9/1/2019

<tbody>
</tbody>
69.46Not Eligible
9/27/1959
9/1/2019

<tbody>
</tbody>
59.199/27/2019
9/25/1959
9/1/2019

<tbody>
</tbody>
59.209/25/2019
10/27/1959
9/1/2019

<tbody>
</tbody>
59.1110/27/2019
1/17/2013
9/1/2019

<tbody>
</tbody>
5.88Not Eligible

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,981
Messages
6,128,091
Members
449,418
Latest member
arm56

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