How do I add "accrued vacation days" column to the Employee Attend

  • Thread starter Thread starter Jam
  • Start date Start date
J

Jam

I found the template for the Employee Attendance Record, and it's the one I
need, but I also need to add a column for "accrued vacation days" (monthly).
How do I do that?
 
There are a few of these templates at the Template Gallery.

If you share the URL of the template you downloaded someone could probably help
you.

But I would imagine you just insert a column and go from there with formulas to
calculate accrued days based upon some algorithm which you would know.


Gord Dibben MS Excel MVP
 
In accrued vacation column(new column) enter this formula

=DATEDIF(I6,TODAY(),"m")*0.833

Drag/copy down as required. Format to General or Number

Note: On the Template, column I is hire date.


Gord
 
Thank you Gord.

Gord Dibben said:
In accrued vacation column(new column) enter this formula

=DATEDIF(I6,TODAY(),"m")*0.833

Drag/copy down as required. Format to General or Number

Note: On the Template, column I is hire date.


Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top