Help with Dates and Day of week

ajc623

Board Regular
Joined
Nov 8, 2013
Messages
57
I have a sheet where I would like for A1=the next workday (M-F) formatted as mm/dd/yy so if today is 1/3/2014 (a Friday) I would want A1=01/06/14 if today was 1/6/14 (A monday) I would want A1= 01/07/14. . Also it would be nice to have it not be something that is not like =today()+1 as I copy and rename the sheet each night and would like for the date that schedule was created for to remane on the sheet. I am sure there is an easy way to do this but I cant figure it out
THanks

Andrew
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Andrew,


This formula in A1 should give you your next workday...

=WORKDAY(TODAY(),1)

As for fixing that date when you save and rename I think that you have two options.

If you copy and rename the sheet manually then when you have the copied sheet, select A1, Copy, Paste Special, Values.

If you use a macro or are wanting / able to then the formula can be converted to value within that macro.

Come back if you require the Macro option.
Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,214,957
Messages
6,122,472
Members
449,087
Latest member
RExcelSearch

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