I need it to populate the attendants name inside the schedule "list" which is being called on by the data validation option.
For example, we have 20 locations, so based on attendants availability and "skill" i would like to make it so when my office assistant pulls down the menu, it shows who can work there based on availability.
Each location has a table similar to this, I want to make it so when my assistant pulls down that list for "employee" it populates which attendant is trained and references A1 for the day of the week in which we are trying to staff. Just programing it to call on Monday/Tues etc for each line does not work well because sometimes the accounts will add (2) attendants same day, and due to various other circumstances the order of rows may change, inevitably that A1 column needs to stay dynamic.
(Im trying to replace the need for a secretary via a semi intricate automated excel workbook)
[TABLE="width: 1108"]
<colgroup><col><col><col><col><col span="2"><col><col><col><col></colgroup><tbody>[TR]
[TD]Date[/TD]
[TD]Shift Start[/TD]
[TD]Departure
[/TD]
[TD]Time Left[/TD]
[TD]Employee[/TD]
[TD] [/TD]
[TD] [/TD]
[TD]Job[/TD]
[TD]Distance[/TD]
[TD]Confirmed[/TD]
[/TR]
[TR]
[TD]Monday, July 28, 2014[/TD]
[TD]5:00 PM[/TD]
[TD] [/TD]
[TD]10:00 PM[/TD]
[TD]Ortiz, Steven
[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Tuesday, July 29, 2014[/TD]
[TD]5:30 PM[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Tuesday, July 29, 2014[/TD]
[TD]5:00 PM[/TD]
[TD] [/TD]
[TD]10:00 PM[/TD]
[TD]Bhyan, Razzy[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Wednesday, July 30, 2014[/TD]
[TD]5:00 PM[/TD]
[TD] [/TD]
[TD]10:00 PM[/TD]
[TD]Bhyan, Razzy[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Thursday, July 31, 2014[/TD]
[TD]5:00 PM[/TD]
[TD] [/TD]
[TD]10:00 PM[/TD]
[TD]Ortiz, Steven [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Friday, August 01, 2014[/TD]
[TD]4:00 PM[/TD]
[TD] [/TD]
[TD]10:30 PM[/TD]
[TD]Donnellan, Steven[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Friday, August 01, 2014[/TD]
[TD]4:00 PM[/TD]
[TD] [/TD]
[TD]12:00 AM[/TD]
[TD]Exum, Kenneth[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Saturday, August 02, 2014[/TD]
[TD]4:00 PM[/TD]
[TD] [/TD]
[TD]12:00 AM[/TD]
[TD]Bhyan, Razzy[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Saturday, August 02, 2014[/TD]
[TD]5:00 PM[/TD]
[TD] [/TD]
[TD]9:00 PM[/TD]
[TD]Reyes, Ever [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Sunday, August 03, 2014[/TD]
[TD]4:00 PM[/TD]
[TD] [/TD]
[TD]10:00 PM[/TD]
[TD]Bhyan, Razzy[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Sunday, August 03, 2014[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]