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,"") |
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 |