Calculating average of triplicates in a single column of data

nerdyguy29

New Member
Joined
Jan 15, 2018
Messages
2
Hi,
I need to calculate the averages from a column of triplicate data, and am struggling to find and correctly use a formula to do this.
Here's what the data looks like:
Column A Column B Column C
ID number Trial number Measurement
1 1 100
1 2 50
1 3 50
2 1 200
2 2 150
2 3 148
3 1 125
3 2 99
3 3 110


Any help would be greatly appreciated. Thanks!!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi,

Use AVERAGEIF:


Excel 2010
ABCDEF
1ID NumberTrial NumberMeasurementID NumberAvg. Measurement
211100166.66666667
312502166
413503111.3333333
521200
622150
723148
831125
93299
1033110
Sheet1
Cell Formulas
RangeFormula
F2=AVERAGEIF(A$2:A$10,E2,C$2:C$10)


F2 formula copied down.
 
Upvote 0
Thank you so much! Worked perfectly!! Keep up the great work!!

Hi,

Use AVERAGEIF:

Excel 2010
ABCDEF
1ID NumberTrial NumberMeasurementID NumberAvg. Measurement
211100166.66666667
312502166
413503111.3333333
521200
622150
723148
831125
93299
1033110

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

Worksheet Formulas
CellFormula
F2=AVERAGEIF(A$2:A$10,E2,C$2:C$10)

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

<tbody>
</tbody>



F2 formula copied down.
 
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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