I am writing a scheduling program for a complicated schedule. I have a schedule Matrix for each day of the week with 6 columns: Staff; Client #; Special (for extra shift information); Time In; Time Out; and Shift Hours. This is vertically organized primarily by client number, but not chronologically.
I am trying to pull information from the first 3 columns to populate a schedule matrix that is organized by staff name so staff can easily find their different shifts for the week. I have been using VLookup to pull this information and it works pretty well unless I have someone scheduled for two different shifts. Then, I can only get the information for the first time a staff's name appears vertically. I have been entering the information manually in the Specials column, but I find this creates a lot of problems if I make changes and forget to update the Specials text or forget to add the second shift information into the Specials text. I am attempting to work with Index Match but the Match part requires me to identify a specific value to match and the information in the Specials column varies too widely to set up matches for each possibility.
I want to find a way to combine two sets of shift information if I enter a staff's name twice without having to change the case of the letters in their name. Please help!
I am trying to pull information from the first 3 columns to populate a schedule matrix that is organized by staff name so staff can easily find their different shifts for the week. I have been using VLookup to pull this information and it works pretty well unless I have someone scheduled for two different shifts. Then, I can only get the information for the first time a staff's name appears vertically. I have been entering the information manually in the Specials column, but I find this creates a lot of problems if I make changes and forget to update the Specials text or forget to add the second shift information into the Specials text. I am attempting to work with Index Match but the Match part requires me to identify a specific value to match and the information in the Specials column varies too widely to set up matches for each possibility.
I want to find a way to combine two sets of shift information if I enter a staff's name twice without having to change the case of the letters in their name. Please help!