HI all
Using workday function to give me T-1 days. So for example if its Thursday, it will return Wednesday based on the function = Workday(Date, -1)
Now Im trying to make this work so it excludes every friday. For example, if on Monday, i want it to return Thursday (not friday)
Any help is...