Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am using the formula "=Workday" but I want this formula to include
Saturdays. I have a Start Date and a duration and want to calculate the end date with Saturday included as a work day. Can anyone tell me how to do this? Any assistance would be greatly appreciated. Thank you. |
#2
![]() |
|||
|
|||
![]() |
#3
![]() |
|||
|
|||
![]()
=start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEKD AY(start_date+SIGN(days)*(
ROW(INDIRECT("1:"&ABS(days)*10))),2)<7)*ISNA(MATCH (start_date+SIGN(days)*(RO W(INDIRECT("1:"&ABS(days)*10))),holidays,0)),ROW(I NDIRECT("1:"&ABS(days)*10) )),ABS(days))) start_date, days, and holidays are named ranged here. It is an arary formula so commit with Ctrl-Shift-Enter -- HTH RP (remove nothere from the email address if mailing direct) "keith m" <keith wrote in message ... I am using the formula "=Workday" but I want this formula to include Saturdays. I have a Start Date and a duration and want to calculate the end date with Saturday included as a work day. Can anyone tell me how to do this? Any assistance would be greatly appreciated. Thank you. |
#4
![]() |
|||
|
|||
![]()
On Thu, 11 Aug 2005 20:50:53 +0100, "Bob Phillips"
wrote: =start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEK DAY(start_date+SIGN(days)*( ROW(INDIRECT("1:"&ABS(days)*10))),2)<7)*ISNA(MATC H(start_date+SIGN(days)*(RO W(INDIRECT("1:"&ABS(days)*10))),holidays,0)),ROW( INDIRECT("1:"&ABS(days)*10) )),ABS(days))) start_date, days, and holidays are named ranged here. It is an arary formula so commit with Ctrl-Shift-Enter Your formula is handy, but will give a REF error if days6553. I believe that is because the ROW(INDIRECT("1: ...) gives a result of greater than 65536 for the second factor, which would result in an invalid cell reference. --ron |
#5
![]() |
|||
|
|||
![]()
That is very true Ron, and must be for the reason you state. I will add that
to the text in future. -- HTH RP (remove nothere from the email address if mailing direct) "Ron Rosenfeld" wrote in message ... On Thu, 11 Aug 2005 20:50:53 +0100, "Bob Phillips" wrote: =start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEK DAY(start_date+SIGN(days)* ( ROW(INDIRECT("1:"&ABS(days)*10))),2)<7)*ISNA(MATC H(start_date+SIGN(days)*(R O W(INDIRECT("1:"&ABS(days)*10))),holidays,0)),ROW( INDIRECT("1:"&ABS(days)*10 ) )),ABS(days))) start_date, days, and holidays are named ranged here. It is an arary formula so commit with Ctrl-Shift-Enter Your formula is handy, but will give a REF error if days6553. I believe that is because the ROW(INDIRECT("1: ...) gives a result of greater than 65536 for the second factor, which would result in an invalid cell reference. --ron |
#6
![]() |
|||
|
|||
![]()
Hi Sir this is Gio from Philippines...... it's my first time here in
this site... i am wondering how can i solve this problem in excel and please help me.. I used excel 2000 in creating an inventory program in the hospital. I used this excel inventorry program in our suppply room, i used one worksheet per item. and i have almost 300 items in the supply room or almost 300 worksheets. I saved it as a template for all i know it is safer to save it as template rather than saving it as ordinary excel files. The program was working well, but not when i started linking(hyperlink) it from a certain file that i always used. Then i have save it several times as a template but i notice that the program malfuncitons, it doesnt compute the formulas i created and some formulas are gone. Why is this happening. when i add some items in the inventory it wouldnt add to the current balance, why is this happening? Will you please help me, you wer the only people who can only help me with this kind of problem......please.... |
#7
![]() |
|||
|
|||
![]()
Gio,
Re-post this as a new thread, it will get lost tagged onto this thread. -- HTH RP (remove nothere from the email address if mailing direct) "Giovanni D via OfficeKB.com" wrote in message ... Hi Sir this is Gio from Philippines...... it's my first time here in this site... i am wondering how can i solve this problem in excel and please help me.. I used excel 2000 in creating an inventory program in the hospital. I used this excel inventorry program in our suppply room, i used one worksheet per item. and i have almost 300 items in the supply room or almost 300 worksheets. I saved it as a template for all i know it is safer to save it as template rather than saving it as ordinary excel files. The program was working well, but not when i started linking(hyperlink) it from a certain file that i always used. Then i have save it several times as a template but i notice that the program malfuncitons, it doesnt compute the formulas i created and some formulas are gone. Why is this happening. when i add some items in the inventory it wouldnt add to the current balance, why is this happening? Will you please help me, you wer the only people who can only help me with this kind of problem......please.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Work book formulas | Excel Discussion (Misc queries) | |||
How to copy the work sheets from different workbooks into one? | Excel Discussion (Misc queries) | |||
Starting work period on a Saturday and ending on a friday | Excel Worksheet Functions | |||
Starting work period on a Saturday and ending on a friday | Excel Discussion (Misc queries) | |||
I really need help! Changing work period start dates | Excel Worksheet Functions |