Forum Discussion
KaderAchar
Jan 11, 2024Copper Contributor
Timeline details
Hello, I am preparing a timeline for a project, and I am facing 2 problems. The first one is that while making a timetable, using the fill method --> series --> weekday, I found that Excel has re...
HansVogelaar
Jan 11, 2024MVP
Enter the start date in a cell, say in D2.
In the next cell, enter the formula
=WORKDAY.INTL(D2, 1, 16)
16 is the code for weekend = Friday only.
Drag or copy as far as you need.