Hi all,
I have a bunch of identical looking excel sheets from all employees in our team listing their annual leaves/holidays.
Simplified, they contain a column A with start date and column B with end date, for each of their holidays during the year.
Each row represent a holiday during the year.
An employee could have any given number of holidays, each of different lengths.
Now, I want to insert all these excel sheets into a master document and want to show in a separate tab a grid with who's out of office when.
Each row would be an employee
Each column would be a different date (1 Jan, 2 Jan, etc... , 31 Dec)
How can I in a smart way show a 1 for out of office or 0 for in office for each of the dates and each individual?
The employee tabs will be named by their employee code call it CODE.
I'm struggling to do this without a seriously ugly set of IFs...
I guess for each employee we want to test if a given date is within any of the ranges provided on his/her tab.
Thank you!
I have a bunch of identical looking excel sheets from all employees in our team listing their annual leaves/holidays.
Simplified, they contain a column A with start date and column B with end date, for each of their holidays during the year.
Each row represent a holiday during the year.
An employee could have any given number of holidays, each of different lengths.
Now, I want to insert all these excel sheets into a master document and want to show in a separate tab a grid with who's out of office when.
Each row would be an employee
Each column would be a different date (1 Jan, 2 Jan, etc... , 31 Dec)
How can I in a smart way show a 1 for out of office or 0 for in office for each of the dates and each individual?
The employee tabs will be named by their employee code call it CODE.
I'm struggling to do this without a seriously ugly set of IFs...
I guess for each employee we want to test if a given date is within any of the ranges provided on his/her tab.
Thank you!