Using Index, Match and AVERAGE to compile data

dsami0122

Board Regular
Joined
Mar 31, 2016
Messages
68
Office Version
  1. 365
Platform
  1. Windows
Staff Roster (First Tab)
Title (Column A)Name( Column B)Rate (Column C)
AdminJones55.00
ManagerSmith80.00
ManagerJohn86.50
Data ClerkMorre63.00
AdminKim38.50
Data ClerkBrand72.36

AVERAGE (second Tab)

Title (Column A)Average Rate (Column B)
Admin
Data Clerk
Manager

How to do in INDEX MATCH on the TITLE and Return the Average of the rates based on the Title

I tried this

=AVERAGE(INDEX('Staff Roster '!C:C,MATCH('Average'!A8,'Staff Roster '!A:A,0)))

Only returned the first item it found didnt SUM/AVERAGE ALL

Hope this makes sense
 
How about
Excel Formula:
=AVERAGEIFS('Staff Roster '!C:C,'Staff Roster '!A:A,A8)
 
Upvote 0

Forum statistics

Threads
1,226,837
Messages
6,193,249
Members
453,784
Latest member
Chandni

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