Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
try this formatted as date =WORKDAY(B2,1) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That is very good thanks, however the code messes up if there if no value in
B2, is there q piece of code so that if there is a date then add one workday if the cell is blank then do nothing? Hope that makes sense. Is the workday formula incoperated within MS EXCEL 2003?? "Mike H" wrote: Hi, try this formatted as date =WORKDAY(B2,1) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is a "WORKDAY" function that will allow you to accomplish this task.
In Excel 2003 you need to make sure the Analysis Tool Pak is installed in order for this to work. "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(B2="","",WORKDAY(B2,1))
Russell Dawson Excel student "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This works for me in excel2003;
=IF(B2="","",WORKDAY(B2,1)) "housinglad" wrote: That is very good thanks, however the code messes up if there if no value in B2, is there q piece of code so that if there is a date then add one workday if the cell is blank then do nothing? Hope that makes sense. Is the workday formula incoperated within MS EXCEL 2003?? "Mike H" wrote: Hi, try this formatted as date =WORKDAY(B2,1) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi his fomula works fine in excel 2007 however does not work in 2003, i need
the code for excel 2003. Please help "Russell Dawson" wrote: =IF(B2="","",WORKDAY(B2,1)) Russell Dawson Excel student "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() .... ANYONE?? "housinglad" wrote: Hi his fomula works fine in excel 2007 however does not work in 2003, i need the code for excel 2003. Please help "Russell Dawson" wrote: =IF(B2="","",WORKDAY(B2,1)) Russell Dawson Excel student "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Read excel's help for =workday() and you'll see that xl2003 and before have to
have the analysis toolpak addin loaded. Help describes how to do this, too. housinglad wrote: ... ANYONE?? "housinglad" wrote: Hi his fomula works fine in excel 2007 however does not work in 2003, i need the code for excel 2003. Please help "Russell Dawson" wrote: =IF(B2="","",WORKDAY(B2,1)) Russell Dawson Excel student "housinglad" wrote: Hi I am after a formula to clauclate working days? For example if the date which i have in cell B2: what code/formula would I use to determine one working day from that date for cell C2? Hope that makes sense, basically I want to clauclate 1 working day from the date entered in a cell. Mnay thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A formula not working as the result of a previous formula? | Excel Discussion (Misc queries) | |||
formula not working | Excel Discussion (Misc queries) | |||
IF Formula Not Working | Excel Worksheet Functions | |||
Formula Not working | Excel Discussion (Misc queries) | |||
formula not working | Excel Worksheet Functions |