I am attempting to retrieve values from a series of merged cells without VBA. I realize merged cells can cause complications; however, I think this can still be done.
On Sheet: "Productivity", I am trying to match the productivity of each staff to the various tasks. In cells $C$7:$J$7, these should be the names of each staff member from the "ProcessingLog" sheet.
On Sheet: "ProcessingLog", I need a dynamic named range for the staff in cells $C$2:$AP$2. These cells are merged 5 columns wide.
I have attempted the formula in "Productivity!$C$7:$J$7", to no avail:
=INDEX(ProcessingLog!$C$2:$AP$2,1,COLUMN()-MOD(COLUMN()-1,5))
Attempting to do the following:
1. Create dynamic named range using merged cells: ProcessingLog!$C$2:$AP$2
2. Copy text without blanks or extra information, from dynamic named range to: Productivity!$C$7:$J$7
3. Match name on Productivity sheet to task (column B), then sum corresponding data on ProcessingLog! by 2 and 4 week intervals from giving date in cell: Productivity!$C$4
Please see the attached file.
Thank you!!
On Sheet: "Productivity", I am trying to match the productivity of each staff to the various tasks. In cells $C$7:$J$7, these should be the names of each staff member from the "ProcessingLog" sheet.
On Sheet: "ProcessingLog", I need a dynamic named range for the staff in cells $C$2:$AP$2. These cells are merged 5 columns wide.
I have attempted the formula in "Productivity!$C$7:$J$7", to no avail:
=INDEX(ProcessingLog!$C$2:$AP$2,1,COLUMN()-MOD(COLUMN()-1,5))
Attempting to do the following:
1. Create dynamic named range using merged cells: ProcessingLog!$C$2:$AP$2
2. Copy text without blanks or extra information, from dynamic named range to: Productivity!$C$7:$J$7
3. Match name on Productivity sheet to task (column B), then sum corresponding data on ProcessingLog! by 2 and 4 week intervals from giving date in cell: Productivity!$C$4
Please see the attached file.
Thank you!!