Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How to get an end date for a schedule excluding Sundays?

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default How to get an end date for a schedule excluding Sundays?

Hi,
Look into CPearson web

http://www.cpearson.com/excel/betternetworkdays.aspx

"Taner" wrote:

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How to get an end date for a schedule excluding Sundays?

Hi,

I don't need to figure the workdays. I need to figure the end date from my
start date and number of days they will be working.

"Eduardo" wrote:

Hi,
Look into CPearson web

http://www.cpearson.com/excel/betternetworkdays.aspx

"Taner" wrote:

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default How to get an end date for a schedule excluding Sundays?

You can use my Better Workday VBA function, available at
http://www.cpearson.com/excel/BetterWorkday.aspx . It allows you to
specify any one or more days of the week to exclude from the
calculation. It is the corollary to my Better NetWorkdays function.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com




On Thu, 8 Apr 2010 10:35:01 -0700, Taner
wrote:

Hi,

I don't need to figure the workdays. I need to figure the end date from my
start date and number of days they will be working.

"Eduardo" wrote:

Hi,
Look into CPearson web

http://www.cpearson.com/excel/betternetworkdays.aspx

"Taner" wrote:

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How to get an end date for a schedule excluding Sundays?

Ok I see how that works, but how do I get that to work in my work book? It
seems to work on your better workday workbook, but I don't know how to get
all of that function into my workbook.

Thanks



"Chip Pearson" wrote:

You can use my Better Workday VBA function, available at
http://www.cpearson.com/excel/BetterWorkday.aspx . It allows you to
specify any one or more days of the week to exclude from the
calculation. It is the corollary to my Better NetWorkdays function.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com




On Thu, 8 Apr 2010 10:35:01 -0700, Taner
wrote:

Hi,

I don't need to figure the workdays. I need to figure the end date from my
start date and number of days they will be working.

"Eduardo" wrote:

Hi,
Look into CPearson web

http://www.cpearson.com/excel/betternetworkdays.aspx

"Taner" wrote:

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks

.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How to get an end date for a schedule excluding Sundays?

Nevermind. I figured it out. Thanks for the help!

"Taner" wrote:

Ok I see how that works, but how do I get that to work in my work book? It
seems to work on your better workday workbook, but I don't know how to get
all of that function into my workbook.

Thanks



"Chip Pearson" wrote:

You can use my Better Workday VBA function, available at
http://www.cpearson.com/excel/BetterWorkday.aspx . It allows you to
specify any one or more days of the week to exclude from the
calculation. It is the corollary to my Better NetWorkdays function.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com




On Thu, 8 Apr 2010 10:35:01 -0700, Taner
wrote:

Hi,

I don't need to figure the workdays. I need to figure the end date from my
start date and number of days they will be working.

"Eduardo" wrote:

Hi,
Look into CPearson web

http://www.cpearson.com/excel/betternetworkdays.aspx

"Taner" wrote:

I am making a schedule using Excel. I have the start date and the number of
days the employees will be working. I want to get the end date, but exclude
Sundays only. The employees work 6 days a week.

For example: Start Date: 4/1/2010
Number of working days: 7
The End Date would be: 4/8/2010

If I use WORKDAY it bases it off of Mon-Fri.
Not sure exactly the best way to go about this. Any help is greatly
appreciated!

Thanks

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Working Days excluding Sundays danh Excel Discussion (Misc queries) 6 March 31st 07 08:52 PM
Excel - list days of a month, excluding Sundays John Excel Discussion (Misc queries) 1 January 3rd 06 04:43 PM
Date Validation - Must equal Sundays date jeridbohmann Excel Discussion (Misc queries) 14 November 30th 05 08:40 PM
Formula to get 1st,2nd,3rd,4th,5th Sundays from month end date. mikeburg Excel Discussion (Misc queries) 5 September 29th 05 06:59 PM
Count Days excluding Sundays KENNY Excel Worksheet Functions 3 November 11th 04 05:26 PM


All times are GMT +1. The time now is 04:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"