Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Networkdays function
Name: mark Date: November 7, 2002 at 00:41:44 Pacific OS: w2k CPU/Ram: 128mb p4
Comment:
has any body out there had any thing to do with the excel function called networkdays
networkdays("date","date")
function give amount of working days between the dates specified,
i want to use this command, but some reason cant get it going any ideas,
Summary: i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation: t = t0/sqrt(1-(v/c)^2) i actually have to do this for a number of f...
Summary: Hello, I want to write a procedure to share a directory. Which are system functions or smth. to do this? Maybe there exist another ways to share a directory? P.S. I'm looking for any answer, bu...
Summary: Hi there I need a function that does the following: (find-list '(1 2 3) '(1 2 3 4 5 1 2 3 4 5 1 2 99)) => (0 5) it is a function that searches the position of the sublist in this case '(1 2 3) in the...