Nesting an OR Function within an AverageIF.

LuxuryWatch

New Member
Joined
Aug 14, 2017
Messages
2
I want to calculate the average 'ELO Change', provided that
i) The ELO Change was >0
ii) A given hero appeared in that row (e.g., D.Va)

I've managed to do it if only 1 hero appears per row, and my formula for that was:
=AVERAGEIFS(Table1[ELO Change],Table1[Hero 1], Q14, Table1[Hero 2], "", Table1[Hero 3],"",Table1[ELO Change], ">0")
In words, if the Hero @Q14 appeared in col Hero 1, the positive ELO change would be averaged.

Where Q14 was the Hero in question.
I can't seem to do:
=AVERAGEIFS(Table1[ELO Change], Table1[Hero 1]:Table1[Hero 2]:Table1[Hero 3],Q6, Table1[ELO Change], ">0")
as it returns #VALUE !

I'm trying to nest an OR function in there, but unsure how to go about it.

Any help would be greatly appreciated.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Hkxxm44.png


Here's an image of the table to help clarify.
 
Upvote 0

Forum statistics

Threads
1,215,149
Messages
6,123,311
Members
449,095
Latest member
Chestertim

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