date
Posted by mcarter973 on September 19, 2001 9:39 AM
is there a way to list just the weekdays of the month? taking that question one step further, can i also exclude holidays? currently, i use the prior day +1 but for monday, i use prior day + 3 (because a weekend is involved).
example:
a1: 9/6
a2: 9/7 (a1+1)
a3: 9/10 (a2+3)