Average every 3rd cell in a row

liselbez

New Member
Joined
Jun 14, 2017
Messages
3
Hi I need some help please,

From other treads I have identified the formula below:
=AVERAGE(IF(MOD(COLUMN(H4:XFD4),3)=2,IF(H4:XFD4<>"",H4:XFD4)))

BUT, how do you get the formula to start counting at a specific cell nr. So if I need the formula to take the average of every 3rd cell starting at column I how do I incorporate that into the formula?

Then next step how do I average every 3rd cell on a row across 4 rows?
 

Attachments

  • Screenshot 2023-11-09 114400.jpg
    Screenshot 2023-11-09 114400.jpg
    211 KB · Views: 7

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

I also suggest that you investigate XL2BB for providing sample data to make it easier for helpers by not having to manually type out sample data to test with.

Looks like you want to average the values in the 'Deviation' columns. If that is so, try this structure

23 11 09.xlsm
GHIJKLMNOPQRS
1DeviationP/FMeasurementDeviationP/FMeasurementDeviationP/FMeasurementDeviationP/FMeasurementAverage Deviation
24Pass27Pass25Fail32Pass84.5
39Fail82Pass31Pass65Pass74.25
42Fail58Fail43Fail53Pass54
53Pass62Pass57Fail26Fail14.5
Average
Cell Formulas
RangeFormula
S2:S5S2=AVERAGEIFS(G2:R2,G$1:R$1,"D*")
 
Upvote 0

Forum statistics

Threads
1,215,068
Messages
6,122,950
Members
449,095
Latest member
nmaske

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