Yes... the same results you'll get if you remove
the add-in from your configuration if you'd like
to see it for yourself.
try to replace all formulas that use add-in functions with formulas that use default functions, if you can get away with it.
Good idea. I will be working on =workday().
=WORKDAY(A1,1,holiday)
seems to equal
=A1+1+((WEEKDAY(A1)=6)*2)+(WEEKDAY(A1)=7)+(ISNUMBER(MATCH(A1+1+((WEEKDAY(A1)=6)*2)+(WEEKDAY(A1)=7),holiday,0)))
Ian --
That's real nice. The "holiday" part may give trouble though if MATCH hits a holiday that is followed up one ore more consecutive holidays.
Lets assume the following holiday range of values:
{35465;35466;35467}
In A1 enter: 02-Feb-01
If your holiday range does not contain protracted holidays, the formula would serve its purpose.
Aladin