End of service and vacation days

shanghity

New Member
Joined
Oct 27, 2020
Messages
3
Office Version
  1. 2013
Platform
  1. Windows
Dear members.

I have an employee start working for 01/01/2014 to 21/11/2017 = 3 years, 10 months, 20 days.

And he has unpaid vacation = 1 year, 11 months, 25 days.

How can I reduce unpaid vacation from the total of working time, to give me a net working time?

I hope my explaining is good.

Thank you all.
 

Attachments

  • excel.jpg
    excel.jpg
    199.9 KB · Views: 4

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Try this:
E11:=ROUNDDOWN(((E9-E10)*360+(D9-D10)*30+C9-C10)/360;0)
D11:=ROUNDDOWN(MOD(((E9-E10)*360+(D9-D10)*30+C9-C10);360)/30;0)
C11:=MOD(MOD(((E9-E10)*360+(D9-D10)*30+C9-C10);360);30)
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,837
Members
449,193
Latest member
MikeVol

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