Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am currently using a formula which calculates a rolling total days to turn
around a widget from receipt of component parts, but this gives me the total number of days. I want the formula extended to use the Excel Function NETWORKDAYS as well as a National Holiday chart that I have. How do I do this? The current formula is =IF($Q2-$O2<0,TODAY()-$O2,"") -- Thank you for your assistance. Suzanne |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=IF($Q2<$O2,NETWORKDAYS($O2,TODAY(),holidays)-1,"") In article , Suzanne wrote: I am currently using a formula which calculates a rolling total days to turn around a widget from receipt of component parts, but this gives me the total number of days. I want the formula extended to use the Excel Function NETWORKDAYS as well as a National Holiday chart that I have. How do I do this? The current formula is =IF($Q2-$O2<0,TODAY()-$O2,"") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Msquery and join | Excel Discussion (Misc queries) | |||
Join text | Excel Discussion (Misc queries) | |||
join two spreadsheets | Excel Discussion (Misc queries) | |||
join 2 spreadsheets | Excel Discussion (Misc queries) |