johnstandy
New Member
186 | 62 | 44 |
62+44=106 106/2=53
186+62=124 248/2=124
53+124=177 177/2=88.5
I have a huge set of data and I'm looking for a formula that will accomplish this if anyone has any ideas
Thanks
186 | 62 | 44 |
It worked. Thank you so much!Hi, @johnstandy !
If you have your numbers in A1:C1, you could try:
=AVERAGE(AVERAGE(LARGE(A1:C1,{1,2})),AVERAGE(LARGE(A1:C1,{2,3})))
or
=AVERAGE(MMULT(LARGE(A1:C1,{1,2;2,3}),{1;1})/2)
Blessings!
I like it=AVERAGE(AGGREGATE({14,15},,numbers,{1;2}))
Needed some time to understand this. Truly=AVERAGE(AGGREGATE({14,15},,numbers,{1;2}))