Dating using workdays

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to autofill dates into a spreadsheet and only use workdays and not Saturdays and Sundays?
 
Depending on version yes, put the first date in a cell, right click the cell
and copy it down,
when you release the mouse button you can select weekdays..
 
You could try this.

Put a non weekend-date in A1
Put this formula in A2 =IF(WEEKDAY(A1)=6,A1+3,A1+1)
Copy it down

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

K McGee said:
Is there a way to autofill dates into a spreadsheet and only use workdays
and not Saturdays and Sundays?
 
Back
Top