A formula for an average grade generator

sailor_taylor

New Member
Joined
Mar 15, 2009
Messages
20
I am looking for a formula which will tell me the "missing grade (F1)" that will, when averaged with at least two other numbers (B1 - E1), will result in my goal of the number in cell A1.

Summary:

Cell A1 is the averaged grade I want to achieve

Cells B1, C1 (and sometimes D1 and E1) are known grades

Cell F1 is the number, when averaged with B1 - E1, will give me the grade in cell A1

This ugly formula works when there are two (and only two) known grades:

=(A1*3)-(B1+C1)

Any advice will be greatly appreciated.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Working along the same line as your formula try:

=(A1*(COUNT(B1:E1)+1))-(Sum(B1:E1))
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,613
Members
449,090
Latest member
vivek chauhan

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