We are changing our employee vacation compensation from an annual basis (every January) to an annual hire date accrual.
This code is working fine...
=IIf([Text208]>240,"160.00",IIf([Text208]>120,"120.00",IIf([Text208]>24,"80.00",IIf([Text208]>12,"40.00","0.00"))))
[Text208] is months employed based on the current date. You cannot carry over vacation though. If you don't use it within the your year you lose it. How do I add that to the formula?
This code is working fine...
=IIf([Text208]>240,"160.00",IIf([Text208]>120,"120.00",IIf([Text208]>24,"80.00",IIf([Text208]>12,"40.00","0.00"))))
[Text208] is months employed based on the current date. You cannot carry over vacation though. If you don't use it within the your year you lose it. How do I add that to the formula?