Hi all,
I have a report from a new rostering software package that generates a roster but it doesn't show the shifts allocated, just the days that team members are working.
The shifts are a standard pattern so I could generate a roster for the work location pinboard that replaces the report output with meaningful values but can't work out how to do that. INDEX & MATCH might work but I need to replace a cell range with another range.
eg.
Any ideas on searching a whole table as a find & replace?
Can't use macros as enterprise has turned macros off due to security issues.
Cheers
Dave
I have a report from a new rostering software package that generates a roster but it doesn't show the shifts allocated, just the days that team members are working.
The shifts are a standard pattern so I could generate a roster for the work location pinboard that replaces the report output with meaningful values but can't work out how to do that. INDEX & MATCH might work but I need to replace a cell range with another range.
eg.
Shifts | |||||||
Day | Day | Afternoon | Night | ||||
Report output | |||||||
Bill | A | A | A | B | Off | Off | Off |
Jane | Off | A | A | A | B | Off | Off |
Sue | Off | Off | A | A | A | B | Off |
Wally | Off | Off | Off | A | A | A | B |
Desired result after replacing each block of AAAB with cell content from table Shifts | |||||||
Bill | Day | Day | Afternoon | Night | Off | Off | Off |
Jane | Off | Day | Day | Afternoon | Night | Off | Off |
Sue | Off | Off | Day | Day | Afternoon | Night | Off |
Wally | Off | Off | Off | Day | Day | Afternoon | Night |
Any ideas on searching a whole table as a find & replace?
Can't use macros as enterprise has turned macros off due to security issues.
Cheers
Dave