Hello,
I have a table with all the employees (employees) on it and another table (leave) with a list of leave or sicknesses on it as per below. It's taken that you are in work if you are not on table2.
Name|Type|Start_Date|End_Date
John Doe|Leave|25/12/24|26/12/24
Jane Doe|Sickness|25/12/24|28/12/24
How do I get Excel to report who is at work on a given date? It would be nice not just to use the TODAY() but also to input a date and see who is/was in work.
Many thanks,
C
I have a table with all the employees (employees) on it and another table (leave) with a list of leave or sicknesses on it as per below. It's taken that you are in work if you are not on table2.
Name|Type|Start_Date|End_Date
John Doe|Leave|25/12/24|26/12/24
Jane Doe|Sickness|25/12/24|28/12/24
How do I get Excel to report who is at work on a given date? It would be nice not just to use the TODAY() but also to input a date and see who is/was in work.
Many thanks,
C