I/m actually using this formula to check the current week availability of the employees considering all the jobs' dates of the year in which they are involved:
=IF(AND(WEEKNUMBER([Start Date]3:[Start Date]11) = WEEKNUMBER(TODAY()), WEEKNUMBER([End Date]3:[End Date]11) = WEEKNUMBER(TODAY())), "not available", "available")
the problem is that the formula works only with a single start date and a single end date, doesn't work with the all range of dates
someone can helps me?
thanks