Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using an IF statement to let me know if a shipment arrived ontime.
However, I'd like it to count only business days - not calendar days. I already have a NETWORKDAYS sheet that lists all the weekends and my holidays so I thought it would be easiest to use that. However, I can't get both the IF & NETWORKDAYS statements to work together. Anyone have an idea??? I'm using MS Excel 2003. thanks, Kim (data examples below) A B C supposed actual to ship ship ontime 1/3/07 1/10/07 2/2/07 1/30/07 1 1/26/07 1/27/07 1 The IF statement that I use in column C (Ontime): =IF(A2<=(B2+2),1,"") |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(NETWORKDAYS(A1,B1)<2,1,"")
"Kim" wrote: I'm using an IF statement to let me know if a shipment arrived ontime. However, I'd like it to count only business days - not calendar days. I already have a NETWORKDAYS sheet that lists all the weekends and my holidays so I thought it would be easiest to use that. However, I can't get both the IF & NETWORKDAYS statements to work together. Anyone have an idea??? I'm using MS Excel 2003. thanks, Kim (data examples below) A B C supposed actual to ship ship ontime 1/3/07 1/10/07 2/2/07 1/30/07 1 1/26/07 1/27/07 1 The IF statement that I use in column C (Ontime): =IF(A2<=(B2+2),1,"") |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That does work for most of the lines but it's not recongizing the the fact
that I have a 2 day late allowance. If the order was supposed to ship on 2/14 but didn't ship until 2/16 - it would still be considered ontime due to this rule. Also, where do I plug in my holiday list? "Teethless mama" wrote: =IF(NETWORKDAYS(A1,B1)<2,1,"") "Kim" wrote: I'm using an IF statement to let me know if a shipment arrived ontime. However, I'd like it to count only business days - not calendar days. I already have a NETWORKDAYS sheet that lists all the weekends and my holidays so I thought it would be easiest to use that. However, I can't get both the IF & NETWORKDAYS statements to work together. Anyone have an idea??? I'm using MS Excel 2003. thanks, Kim (data examples below) A B C supposed actual to ship ship ontime 1/3/07 1/10/07 2/2/07 1/30/07 1 1/26/07 1/27/07 1 The IF statement that I use in column C (Ontime): =IF(A2<=(B2+2),1,"") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made | Excel Worksheet Functions | |||
Network Days | Excel Discussion (Misc queries) | |||
Days by month and IF statement. | Excel Worksheet Functions | |||
Network days question | Excel Worksheet Functions | |||
Function for days between dates and an if statement (HELP) | Excel Worksheet Functions |