Hi
I'm sure this is simpler than I'm finding. I have four columns of data which the number of rows vary from week to week. The data set is normally multiple days.
Date | Name | Start | End
The thing...
I want to allocate each person a desk however I want it to check the end time of people already assigned a desk so if the person given desk 2 finishes at 3pm I can reuse that desk for someone starting later than that. All people start after 8am and finish before 8pm so there is no instances of someone working across multiple days; although they will work multiple days.
Any ideas? I'm presuming any formulas using "IF" will be long and I dont know enough about VBA to start writing it from scratch, only enough to read through it and make sense of what's happening.
Thanks
I'm sure this is simpler than I'm finding. I have four columns of data which the number of rows vary from week to week. The data set is normally multiple days.
Date | Name | Start | End
The thing...
I want to allocate each person a desk however I want it to check the end time of people already assigned a desk so if the person given desk 2 finishes at 3pm I can reuse that desk for someone starting later than that. All people start after 8am and finish before 8pm so there is no instances of someone working across multiple days; although they will work multiple days.
Any ideas? I'm presuming any formulas using "IF" will be long and I dont know enough about VBA to start writing it from scratch, only enough to read through it and make sense of what's happening.
Thanks