Greenstuffs
New Member
- Joined
- May 31, 2012
- Messages
- 9
I have the following data and i need to get the average lets say between asia and america, i can't consolidate the names because they are actually different countries in each continent but i need to know like the average of the countries between the continents, and to make things even harder sometimes i get 0s in the data. I have tried index and match functions but can only pick up one, sumproduct doesn't work all the way. Any input is appreciated
Thx
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>
</tbody>
Thx
Europe | Europe | Asia | Asia | America | America | |
Europe | 1 | 2 | 5 | 9 | 5 | 5 |
Europe | 1 | 4 | 5 | 3 | 4 | 5 |
Asia | 1 | 6 | 5 | 9 | 3 | 5 |
Asia | 6 | 8 | 5 | 9 | 2 | 5 |
America | 1 | 10 | 5 | 3 | 1 | 5 |
America | 1 | 12 | 5 | 5 | 0 | 5 |
<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>
</tbody>