Auto Add Vacation

G

Guest

Guest
I have a worksheet with every date for the year on it and would like to have Excel add vacation time at the beggining of each month automatically, but not until each 1st of the month, how would I write this to happen each month automatically?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Try to create an auto open VBA script that uses the excel day function and an iof statement that says if(day(today())<>1 then goto end, else run macro that accrues vacation.
 
Upvote 0
I think this can be done without VB
can you use Colo's HTML tool at the bottom of the page to paste an example of your data.

Also how is vacation allocated? Spread evenly across the year so if you get 10 days a year and its 7/1/04 then the spreadsheet should say 5 days?
 
Upvote 0

Forum statistics

Threads
1,214,626
Messages
6,120,602
Members
448,974
Latest member
ChristineC

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