Hello,
I’m trying to solve the following problem:
I have created a table which has 2 columns {DATE FROM} and {DATE TO}}. The third one I have is called {WORKING DAYS}, so that one should show a number of working days between selected dates (from and to).
The problem I’m having is that I cannot calculate number of working days between them (without weekends), I can just get all days, which is not useful for me in this case…
Is there any chance to solve it?
WORKDAY() function doesn’t help, since it just creates a due date when I enter parameters.
I could solve my issue, if there are for loop, for each, or any other loop functions in the functions menu.
Thank you
