How do I come up with a formula to average cells?

anthonyls1

New Member
Joined
May 13, 2018
Messages
4

ManagerSupervisorManagerSupervisorManagerSupervisorAverage
Daily work production85 80 89 84.67
Accuracy of work859089 8990

<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>

Above scores is given by managers and supervisors. The daily work production row is scored by the manager only and the supervisor didn't need to make any new entry as he or she felt the scores are correct. I now can make an average of the three scores. The accuracy of work (row) is given by both the manager and supervisor. My question is how do I format the accuracy row to only read the supervisor scores and ignore the manager's score when supervisors make an entry. So for accuracy, the first two are for the same question manager gave a score of 85 and the supervisor gave a score of 90. A supervisor score in this example will override the manager's score. The next set of scores (columns) the manager gave an 89 and the supervisor felt it was correct so no need to make an entry by the supervisor. The last set the manager gave a score of 89 and the supervisor felt a need to correct the score to 90. This is just an example. I have a lot of rows to average out. I wanted to know if there is a formula where I can average the score per row like above but in a case where both managers and supervisors score on the same row, I would like it to only read the supervisor score unless the supervisor felt the score was correct like the second row above where the supervisor didn't score the middle question. So, in this case, the score will consist of a 90, 89 and 90. Is there a formula where if a supervisor scores than the manager's score becomes 0 but if the supervisor doesn't give a score then the manager's score will be included in the average? Thanks everyone for any and all help.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Maybe

=(SUMIF(C1:G1,"Supervisor",C3:G3)+SUMIFS(B3:F3,B1:F1,"Manager",C3:G3,"",C1:G1,"Supervisor"))/COUNTIF(C1:G1,"Supervisor")
 
Upvote 0

Forum statistics

Threads
1,215,360
Messages
6,124,489
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top