Good Morning,
In a team, there are 10 candidates (S1,S2,.....S10). Calculation needs to performed on yearly basis (Jan2013....Dec2013)[columns including Goal/Grand Total].
In an excel file, beside S1 to S10 consider alphabets A,B,....J. I will divide these with repect to Group Managers (GM) as GM1,GM2&GM3
GM1 S1toS3, GM2 S4toS6 and GM3 S7toS10. Each candidates will have a productivity of 10, so if we sum those values, will have an answer as '100', convert this to percentage '100%'.
My Goal is to meet 125% productivity. If someone resigns in any month, work/productivity should be distributed equally to remaining without affecting 125%(cannot be less than 125% in any month).
Need VBA code to design above mentioned Csat Dashboard.
In a team, there are 10 candidates (S1,S2,.....S10). Calculation needs to performed on yearly basis (Jan2013....Dec2013)[columns including Goal/Grand Total].
In an excel file, beside S1 to S10 consider alphabets A,B,....J. I will divide these with repect to Group Managers (GM) as GM1,GM2&GM3
GM1 S1toS3, GM2 S4toS6 and GM3 S7toS10. Each candidates will have a productivity of 10, so if we sum those values, will have an answer as '100', convert this to percentage '100%'.
My Goal is to meet 125% productivity. If someone resigns in any month, work/productivity should be distributed equally to remaining without affecting 125%(cannot be less than 125% in any month).
Need VBA code to design above mentioned Csat Dashboard.