Working on a budget project.
I have a list of departments within our organization, and the corresponding general ledger accounts. ("Source" tab)
I need to create a worksheet for each of these in a workbook. The worksheet needs to be named Department - G/L number.
Also, I have a list of employees with their name, title, salary amounts, etc., and the general ledger number of their department.
On the salary list, I need to do a lookup in VBA that would find all the employee matches based on the G/L number, and copy/paste the employee name, salary amount, title, etc. on to the corresponding worksheet for each G/L#. (as in the examples below)
Any guidance would be much appreciated.
Source:
New tab:
I have a list of departments within our organization, and the corresponding general ledger accounts. ("Source" tab)
I need to create a worksheet for each of these in a workbook. The worksheet needs to be named Department - G/L number.
Also, I have a list of employees with their name, title, salary amounts, etc., and the general ledger number of their department.
On the salary list, I need to do a lookup in VBA that would find all the employee matches based on the G/L number, and copy/paste the employee name, salary amount, title, etc. on to the corresponding worksheet for each G/L#. (as in the examples below)
Any guidance would be much appreciated.
Source:
New tab: