View Single Post
 
Old 12-06-2013, 03:07 AM
Abarxax Abarxax is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2013
Posts: 8
Abarxax is on a distinguished road
Red face Help with a Nasty IF Statement

Hi Guys,

I was wondering if someone could give me a hand figuring out the logic for this formula.

Basically I need to find when an employees promotion date is I have their start date as well as the number of days worked.

Now I managed to figure out if I did Start Date + 730 - Today() which gave me the number of days til next promotion (the 730 is 2 years the first increment on the promotion scale) then I did the Start Date + Number of days til promotion (calculated from the above formula) to get my promotion date which works but however I need it to check that if they have worked more than 2 years check the next increment on the promotion scale.

If anyone has any thoughts I would be most appreciative it is driving me wild :P.
Reply With Quote