I am working on an automated worksheet that I have to complete by Monday. I don’t have enough time to figure this out on my own, so I am looking for some help. I am working with a multi-sheet workbook in Excel 2010.
The file is posted here:
http://speedy.sh/9tguW/Service-Matrix-Template-CHANDOO.xlsm
Download at SpeedyShare
The basic flow of how it works is below:
Home office enters services and selects matching service from the prepopulated list. Only two columns:
Service Name | Matching Service Name
Using a simple macro to move the entries to a second worksheet where the branch adds a service level to the service.
Service Name | Matching Service Name | Service Level
This list feeds into two other parts
Cost Benefit Deliverable - is populated based on Matching Service name with a variety of talking points. Would normally use VLOOKUP to populate but I’m not sure if that is too simple for this.
Service Model Matrix - is populated based on services AND level. I need a macro ( I think with a loop) to look at my list with
Service Name | Matching Service Name| Service Level
and fill in the service model, with the right services under the right level.
The Service Model Matrix also feeds from a list of services and levels. Right now I am just using absolute cell references to link to the service levels on a separate tab.
Any help would be greatly appreciated. I really want to use this project to learn more about macros and loops, but I am up against a time crunch now.
The file is posted here:
http://speedy.sh/9tguW/Service-Matrix-Template-CHANDOO.xlsm
Download at SpeedyShare
The basic flow of how it works is below:
Home office enters services and selects matching service from the prepopulated list. Only two columns:
Service Name | Matching Service Name
Using a simple macro to move the entries to a second worksheet where the branch adds a service level to the service.
Service Name | Matching Service Name | Service Level
This list feeds into two other parts
Cost Benefit Deliverable - is populated based on Matching Service name with a variety of talking points. Would normally use VLOOKUP to populate but I’m not sure if that is too simple for this.
Service Model Matrix - is populated based on services AND level. I need a macro ( I think with a loop) to look at my list with
Service Name | Matching Service Name| Service Level
and fill in the service model, with the right services under the right level.
The Service Model Matrix also feeds from a list of services and levels. Right now I am just using absolute cell references to link to the service levels on a separate tab.
Any help would be greatly appreciated. I really want to use this project to learn more about macros and loops, but I am up against a time crunch now.