FIND AVERAGE OF MIN

sadath

Active Member
Joined
Oct 10, 2004
Messages
268
Office Version
  1. 365
Platform
  1. Windows
Untitled.jpg


I am trying to find average of min values of each TRXNO
pivot table retrues wrong value (ie for D02 should be 1756 ie average of 2848,2555,658,2680 &39) instead of 39

i tried Avg:=averagex(values(Table1[TRX NO]),min(Table1[Values]))
and Avg:=averagex(ADDCOLUMNS(values(Table1[TRX NO]),"Min",min(Table1[Values])),[Min])

result is same ,
 
Hi

Do i understand you correctly?

=AVERAGEIF(B:B,MIN(B:B),C:C)

Do you have to refer to the table?

Dave
 
Upvote 0
or this done the table for me

=AVERAGEIF(Table1[[#All],[TRX NO]],MIN(Table1[[#All],[TRX NO]]),Table1[[#All],[Values]])
 
Upvote 0
OK

So now i see what you are trying to acomplish now.

I mis-understood.
 
Upvote 0

Forum statistics

Threads
1,226,867
Messages
6,193,432
Members
453,799
Latest member
shanley ducker

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