Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In fill series date : I want to work on weekdays. I want weekly off as
Thursday |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want to fill a series of dates and exclude Thursdays:
Enter the starting date in your first cell, assume A1: A1 = 7/1/2008 Enter this formula in A2 and copy down as needed: =A1+CHOOSE(WEEKDAY(A1),1,1,1,2,1,1,1) -- Biff Microsoft Excel MVP "Porwal P K" <Porwal P wrote in message ... In fill series date : I want to work on weekdays. I want weekly off as Thursday |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NETWORKDAYS including Saturday and Sunday | Excel Discussion (Misc queries) | |||
When I convert a date to a weekday, Sunday becomes Thursday? | Excel Worksheet Functions | |||
Sunday to Saturday weekly foreward planner | Excel Worksheet Functions | |||
Is there a way to identify saturday and sunday automatically | Excel Discussion (Misc queries) | |||
Receiving daily log Sunday - Saturday by incoming truck | Excel Discussion (Misc queries) |