Hi there,
I am designing a process for employee performance reviews. The pre-built template set doesn't exactly do the things that I need done, so am having to build my own.
I have created a master sheet with a form to intake the performance data across various categories for different employees. We have 50 employees, and the data on the master sheet is unsorted. I have created workflows to automatically copy all submitted entries for Employee A to copy to a separate sheet ("Employee A Performance Review Sheet") that aggregates all Employee A data. Same for Emp B, C, etc for all 50 employees. So I have 1 master unsorted sheet with all data, and 50 separate sheets, 1 for each employee containing only that employee's data in the workspace.
I have created another sheet titled "Averages" which takes the average of all scores across each rated category for each individual employee (see below). I have done this for employee B in the screenshot by using the AVG formula and referencing the individual category column from the individual "Employee Performance Review Sheet" to calculate their average score based on all responses received.
Rather than going through this process 400 times (8 categories, 50 employees), is there a way to copy the formula. Or create a formula that somehow automatically references the employee's data sheet based on some criteria (email?).
Formula I'm using for each category column:
=AVG({Employee B Flexibility})
=AVG({Employee B Self-Initiative})
etc
My goal is to then create a report with all the employee averages to put on a dashboard.
Thanks in advance.
Vaibhav