Microsoft
Software
Hardware
Network
Question : NETWORKDAYS substitute
What can i use for a NETWORKDAYS substitute.
My spreadsheet contains extensive Macros and Sheet formulae and i can't always assume the User has (or knows how to) installed the Analysis toolpak.
i would prefer VBA, but a traditional formula would be ok.
it must be able to handle Holidays.
Answer : NETWORKDAYS substitute
A non-array version of same:
=SUMPRODUCT((WEEKDAY(ROW(I
NDIRECT(DA
TE(YEAR(A1
),MONTH(A1
),1)&":"&D
ATE(YEAR(A
1),MONTH(A
1)+1,0))))
={2,3,4,5,
6})*(COUNT
IF(H1:H20,
ROW(INDIRE
CT(DATE(YE
AR(A1),MON
TH(A1),1)&
":"&DATE(Y
EAR(A1),MO
NTH(A1)+1,
0))))=0))
Kevin
Random Solutions
Why am getting this ASP.net / SQL 2008 logon message >
SQL 2008 Log file
Microsoft Reporting: setting Action property on textbox
MS Access Report (NZ Function)
Getting todays transactions from Visual Foxpro table into Visual Studio 2008 using OLEDB
SQL Pivot
Sql query returning different results each time it is run even though conditions are the same.
MYSQL Query Help
GridView.Column.Count = 0 When AutoGenerateColumns="True"<wbr />.
How automatically doing Compact and Repair Database?