I have an interesting problem that I hope someone can help me with. Our employee schedule is done first in excel and then manually entered into our timeclock software. I am looking to format the data in the excel sheet so that we can import the data directly instead of manually entering it.
The format of the data is as follows.
In the top row starting in column b is the time of day. 5 am to 11pm. Each hour represented by an individual cell.
In column A is a list of positions that need to be filled.
Employees are entered into the sheet in a gantt like format. I need to be able to identify the position, same row column A and the number of times the name appears in that row. Also some rows contain multiple names that I need to distinguish from one another. To make things more difficult if an employee starts on the half hour, their name is preceded by a "/" and if they end on the half hour their name is followed by a "/"
A single row could look like this
5am 6am 7am 8am 9am 10am 11am 12pm
position /fred fred fred fred fred/ /george george george/
I need to be able to format this so that it looks like this
position fred 5:30am 9:30am
position george 10:30am 12:30pm
is this even possible, or is it a lost cause?
Thanks in advance
The format of the data is as follows.
In the top row starting in column b is the time of day. 5 am to 11pm. Each hour represented by an individual cell.
In column A is a list of positions that need to be filled.
Employees are entered into the sheet in a gantt like format. I need to be able to identify the position, same row column A and the number of times the name appears in that row. Also some rows contain multiple names that I need to distinguish from one another. To make things more difficult if an employee starts on the half hour, their name is preceded by a "/" and if they end on the half hour their name is followed by a "/"
A single row could look like this
5am 6am 7am 8am 9am 10am 11am 12pm
position /fred fred fred fred fred/ /george george george/
I need to be able to format this so that it looks like this
position fred 5:30am 9:30am
position george 10:30am 12:30pm
is this even possible, or is it a lost cause?
Thanks in advance