"Workdays"

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

Guest

I have colomn with start date(Column A), Column C = duration Column B =
Column a + Column C

I would like exclude Saturday and Sunday of the week

How can I do That?

Please Help
 
=WORKDAY(A1,C1)
you will need to have the analysis tool pak installed as an addin
Greetings from NZ
Bill K
 
Is it safe to assume that the duration in Column C is working days, and you want
Column B to be the date that is the number of Column C working days after the
start date?

If so, use the Workday function:

Column B =Workday(a1,c1)

You may need to load the Analysis Toolpak to access this function
(Tools>Addins...)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top