Formula to calculate benefit date eligibility to next quarter

RicardoCubed

Board Regular
Joined
Jul 10, 2013
Messages
206
Office Version
  1. 365
Platform
  1. Windows
Looking for a formula to calculate an employees benefit eligibility date once employed. eligibility dates are on a quarterly basis so Jan 1, Apr 1, Jul 1 and Oct 1 are the dates. So if employee starts on 2-1-14, eligibility date would be 4-1-14. Needs to work for 12-31-13 employment date = eligibility date would be 01-01-14. If employee starts on 1-1-14, eligibility date 1-1-14.

Employee Hire Date Eligibility Date
Jonny Jones 2/1/2014 4/1/2014
Ricardo Cubed 5/30/2012 7/1/2012
Harry David 9/15/2014 10/1/2014
Susie Que 12/31/2013 1/1/2014
Newbie Too 1/1/2014 1/1/2014

thanks for any help you can provide!!!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
What are the expected results if employee starts at
4/1/2014 = ?
7/1/2014 = ?
10/1/2014 = ?

M.
 
Upvote 0
Array Start Date Eligibility date
10/2/2011 1/1/2012 2/1/2014 4/1/2014 =VLOOKUP(D2,$A$2:$B$18,2)
1/2/2012 4/1/2012 5/30/2012 7/1/2012 =VLOOKUP(D3,$A$2:$B$18,2)
4/2/2012 7/1/2012 9/15/2014 10/1/2014 =VLOOKUP(D4,$A$2:$B$18,2)
7/2/2012 10/1/2012 12/31/2013 1/1/2014 =VLOOKUP(D5,$A$2:$B$18,2)
10/2/2012 1/1/2013 1/1/2014 1/1/2014 =VLOOKUP(D6,$A$2:$B$18,2)
1/2/2013 4/1/2013
4/2/2013 7/1/2013 Try this.
7/2/2013 10/1/2013
10/2/2013 1/1/2014
1/2/2014 4/1/2014
4/2/2014 7/1/2014
7/2/2014 10/1/2014
10/2/2014 1/1/2015
1/2/2015 4/1/2015
4/2/2015 7/1/2015
7/2/2015 10/1/2015
10/2/2015 1/1/2016
 
Last edited:
Upvote 0
If hire date is in B2 then try this formula in C2 for the eligibility date

=COUPNCD(B2-1,DATE(2999,1,1),4,1)

format C2 in required date format
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,657
Messages
6,120,764
Members
448,991
Latest member
Hanakoro

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