Harmean for multiple number ranges

bazz

New Member
Joined
Aug 3, 2007
Messages
16
I have multiple groups of numbers of varying size and am looking for a formula to show the appropriate harmean using a fill down in column c rather than have to calculate each group independently e.g


Group Number Harmean
G1.............6.............8
G1.............8.............8
G1............12............8
G2.............3...........4.8
G2.............4...........4.8
G2.............7...........4.8
G2............10..........4.8

Thanks for any help as I am not sure how to tackle this problem.
Barry
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I have multiple groups of numbers of varying size and am looking for a formula to show the appropriate harmean using a fill down in column c rather than have to calculate each group independently e.g


Group Number Harmean
G1.............6.............8
G1.............8.............8
G1............12............8
G2.............3...........4.8
G2.............4...........4.8
G2.............7...........4.8
G2............10..........4.8

Thanks for any help as I am not sure how to tackle this problem.
Barry

C2:

Control+shift+enter...

=HARMEAN(IF($A$2:$A$8=A2,$B$2:$B$8))

then copy down.

If the data set is too big, this calculation setup will be inefficient.
 
Upvote 0
Thanks very much for the prompt help Aladin. I will experiment to find manageable limits (Excel 2007 and XP) and then copy and paste special values as I go to minimise problems.

Barry
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

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