weekdaty Average IFs formula

Sparda142

Board Regular
Joined
Dec 19, 2018
Messages
52
Hello,

I'm having trouble with the formula below, Im getting "Too few arguments" . Where am i going wrong with the formula below?


CELL H2 FORMULA =IFERROR(AVERAGEIFS(C2:C11,"<>100%", C1:E1,G2,A2:A11,H1)"CHECK")


abcdefgHIJKLMNOPQR
1NameJohnJacobJill 1234567
227/190%87%100%John
337/260%60%Jacob
447/330%77%100%Jill
557/473%
667/587%
777/676%76%
817/793%98%100%
927/8100%100%12%
1037/90%
67%73%
1147/10%0%

<tbody>
</tbody>
 
Meaning can you set up your secondary table like this(Vertically instead of horizontal-transposed)? because then you can just use 1 formula and always drag it down and over, rather than having 3 formulas

Excel 2010
ABCDEFGHIJK
1NameJohnJacobJillJohnJacobJill
221-Jul90%87%100%193%98%CHECK
332-Jul60%60%290%87%12%
443-Jul30%77%100%30%64%67%
554-Jul73%430%39%0%
665-Jul87%5CHECKCHECK73%
776-Jul76%76%687%CHECKCHECK
817-Jul93%98%100%776%76%CHECK
928-Jul100%100%12%
1039-Jul0%67%73%
1141-Jul0%0%

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet6

Worksheet Formulas
CellFormula
H2=IFERROR(AVERAGEIFS(C$2:C$11,$A$2:$A$11,$G2,C$2:C$11,"<>100%"),"CHECK")
I2=IFERROR(AVERAGEIFS(D$2:D$11,$A$2:$A$11,$G2,D$2:D$11,"<>100%"),"CHECK")
J2=IFERROR(AVERAGEIFS(E$2:E$11,$A$2:$A$11,$G2,E$2:E$11,"<>100%"),"CHECK")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

I placed the data vertically and use your formulas, It worked! thanks for all the help!
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,215,375
Messages
6,124,580
Members
449,174
Latest member
chandan4057

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