Listed in column A are dates when an employee was absent.
Column B contains a letter, indicating the type of each absence (V for vacation, S for sick).
We want to count the number of vacation days that occurred during the last 90 days.
Solution:
Use the SUM and TODAY functions in the Array formula:
{=SUM(((TODAY()-A2:A8)<=90)*(B2:B8=C2))}
To apply Array formula:
Select the cell, press and simultaneously press .
Excel calculation of vacation pay
Rhonda Hewett wrote on December 31, 1969 18:00 EST
your tip was not helpful. What I was looking for was something to calculate 2weeks per year starting with date of hire. Vacation accrual is capped at twice the Associates annual accrual rate.
Thanks
Rhonda Hewett
rhewett@fickewirth.com
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.