Hello All - In Excel I have a list of employees (attached fig.1). This list can have more employees added to it over time. In Another tab in this spreadsheet, a matrix (attached fig.2) to show where those employees fall regarding certain criteria.
I want to be able to run a macro and have this matrix populate the employee names depending on where they fall within the defined criteria.
I have created a number of macros using IF statements so I do have experience with some VBA. But I am thinking this one may need a loop to look at each row in the list of employees until you come to a row that is blank, etc. Also - if it is possible, the ability to run this macro and update the matrix with any people who were recently added to the employee list (refresh the matrix with new employees).
If some other technique other than a macro would be better, I am open to ideas. THANKS!
Fig. 1
Name Position Yrs Exp. Next Step
Jim Analyst 5 Lateral
Susan Manager 10 Promote
Paul Manager 15 Promote
Jon Analyst 2 Evaluate
Kim Operator 1 Evaluate
Fig. 2
POSITIONS
N Executive Manager Analyst Operator
E Promote Susan
X Paul
T
Lateral Jim
S
T Remain
E
P Evaluate Jon Kim
S
-- JJB373 --
I want to be able to run a macro and have this matrix populate the employee names depending on where they fall within the defined criteria.
I have created a number of macros using IF statements so I do have experience with some VBA. But I am thinking this one may need a loop to look at each row in the list of employees until you come to a row that is blank, etc. Also - if it is possible, the ability to run this macro and update the matrix with any people who were recently added to the employee list (refresh the matrix with new employees).
If some other technique other than a macro would be better, I am open to ideas. THANKS!
Fig. 1
Name Position Yrs Exp. Next Step
Jim Analyst 5 Lateral
Susan Manager 10 Promote
Paul Manager 15 Promote
Jon Analyst 2 Evaluate
Kim Operator 1 Evaluate
Fig. 2
POSITIONS
N Executive Manager Analyst Operator
E Promote Susan
X Paul
T
Lateral Jim
S
T Remain
E
P Evaluate Jon Kim
S
-- JJB373 --