Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Proj mgr
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

Hello,
I am using Excel to schedule construction processes for homes. It is set up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically add
2 days to the calculation. I would need the new dates to carry forward. Is
this possible?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

Look at the WORKDAY() function. HELP has the details; don't miss what it
says if you get a #NAME error

--
Kind regards,

Niek Otten

"Ken Proj mgr" <Ken Proj wrote in message
...
Hello,
I am using Excel to schedule construction processes for homes. It is set
up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column
B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically
add
2 days to the calculation. I would need the new dates to carry forward.
Is
this possible?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Proj mgr
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

Niek Otten,
Thanks for the direction. I will work on it and I will let you know how I
made out.

Thanks again.

Ken

"Niek Otten" wrote:

Look at the WORKDAY() function. HELP has the details; don't miss what it
says if you get a #NAME error

--
Kind regards,

Niek Otten

"Ken Proj mgr" <Ken Proj wrote in message
...
Hello,
I am using Excel to schedule construction processes for homes. It is set
up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column
B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically
add
2 days to the calculation. I would need the new dates to carry forward.
Is
this possible?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Proj mgr
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

Niek Otten,
Ug! My spreadsheet is showing me the "#value" sign when I put in the
formula, "=workday(a10,a11). The formula work on another sheet that is
properly formatted, but not on the sheet I need it to owkr on. That too is
properly formatted. I made sure I am using a date and a figure to add. Any
ideas?


"Ken Proj mgr" wrote:

Niek Otten,
Thanks for the direction. I will work on it and I will let you know how I
made out.

Thanks again.

Ken

"Niek Otten" wrote:

Look at the WORKDAY() function. HELP has the details; don't miss what it
says if you get a #NAME error

--
Kind regards,

Niek Otten

"Ken Proj mgr" <Ken Proj wrote in message
...
Hello,
I am using Excel to schedule construction processes for homes. It is set
up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column
B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically
add
2 days to the calculation. I would need the new dates to carry forward.
Is
this possible?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

I'd guess that one of those cells isn't really what you expect.

if you put
=count(a10:a11)
in a separate cell
do you get 2?

Both of those cells should be numeric (a date is a number to excel).

If you don't, try reformatting each cell (as a date and general) and retype the
values in each cell.

Ken Proj mgr wrote:

Niek Otten,
Ug! My spreadsheet is showing me the "#value" sign when I put in the
formula, "=workday(a10,a11). The formula work on another sheet that is
properly formatted, but not on the sheet I need it to owkr on. That too is
properly formatted. I made sure I am using a date and a figure to add. Any
ideas?

"Ken Proj mgr" wrote:

Niek Otten,
Thanks for the direction. I will work on it and I will let you know how I
made out.

Thanks again.

Ken

"Niek Otten" wrote:

Look at the WORKDAY() function. HELP has the details; don't miss what it
says if you get a #NAME error

--
Kind regards,

Niek Otten

"Ken Proj mgr" <Ken Proj wrote in message
...
Hello,
I am using Excel to schedule construction processes for homes. It is set
up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column
B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically
add
2 days to the calculation. I would need the new dates to carry forward.
Is
this possible?





--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ken Proj mgr
 
Posts: n/a
Default How do I set up a calculation to exclude weekends?

Dave Peterson & Niek Otten,
I did it! I figured out what I was doing wrong. The Info on "Workday"
works fine. I had to add a number of lines to my sheet, but I was able to
schedule a house from start to finsish by entering a start date. I set up my
formula wrong.

Thank you both.

Ken

"Dave Peterson" wrote:

I'd guess that one of those cells isn't really what you expect.

if you put
=count(a10:a11)
in a separate cell
do you get 2?

Both of those cells should be numeric (a date is a number to excel).

If you don't, try reformatting each cell (as a date and general) and retype the
values in each cell.

Ken Proj mgr wrote:

Niek Otten,
Ug! My spreadsheet is showing me the "#value" sign when I put in the
formula, "=workday(a10,a11). The formula work on another sheet that is
properly formatted, but not on the sheet I need it to owkr on. That too is
properly formatted. I made sure I am using a date and a figure to add. Any
ideas?

"Ken Proj mgr" wrote:

Niek Otten,
Thanks for the direction. I will work on it and I will let you know how I
made out.

Thanks again.

Ken

"Niek Otten" wrote:

Look at the WORKDAY() function. HELP has the details; don't miss what it
says if you get a #NAME error

--
Kind regards,

Niek Otten

"Ken Proj mgr" <Ken Proj wrote in message
...
Hello,
I am using Excel to schedule construction processes for homes. It is set
up
by columns. Example "Column B..Row 2" gets the actual date typed in and I
set up calculations to add days to the schedule. For instance: Column
B..Row
3 would be Row 2 +1. I want to have Saturday and Sunday automatically
add
2 days to the calculation. I would need the new dates to carry forward.
Is
this possible?





--

Dave Peterson

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
Date Calculation to exclude weekends Vim Excel Worksheet Functions 2 January 24th 06 02:58 PM
Use networkdays INCLUDE weekends, Exclude holidays ronnomad Excel Worksheet Functions 4 December 16th 05 04:55 PM
Exclude non-numeric data from calculation jostermi Excel Worksheet Functions 1 August 23rd 05 07:54 PM
calculation to exclude weekends Need2Know Excel Worksheet Functions 6 July 14th 05 09:01 PM
Schedule to exclude weekends and holidays Erin D. Excel Discussion (Misc queries) 3 March 15th 05 09:49 PM


All times are GMT +1. The time now is 12:19 AM.

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

About Us

"It's about Microsoft Excel"