+ Reply to Thread
Results 1 to 4 of 4

average index match

  1. #1
    Registered User
    Join Date
    09-23-2014
    Location
    Washington, DC
    MS-Off Ver
    2011
    Posts
    92

    average index match

    Hi everyone,

    I'm trying to find a historical average for a certain type of data and match it to a specified metro area. For example, if I'm looking at unemployment data in Abilene, TX, I'd like to be able to choose Abilene, TX, and have a function return the entire row of data on Abilene.

    Any thoughts?

    I appreciate the help!

    Alex

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: average index match

    Hi

    a standard formula, in A2:A100 list of areas, numbers in B2:Z100


    =AVERAGE(INDEX(B2:Z100,Match("Georgetown",A2:A100,0),0))


    With a sample file it's easier to help you

    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    09-23-2014
    Location
    Washington, DC
    MS-Off Ver
    2011
    Posts
    92

    Re: average index match

    Thanks so much! As soon as I posted the thread, I figured out how to do it--I just needed to add a 0 in the column number slot within the index function.

  4. #4
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: average index match

    Hi,

    you're welcome.

    Thanks for providing feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Combination of AVERAGE with VLOOKUP and MATCH, INDEX?
    By vindigator in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-14-2014, 06:27 AM
  2. [SOLVED] Index, Match, Month before calculating AVERAGE
    By overbomb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2013, 10:43 AM
  3. Index/Match to find Starting Point of Average, Ending Point of Average Variable
    By tgentry in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-09-2012, 01:04 AM
  4. Index/Match formula to find average.
    By whitehead6682 in forum Excel General
    Replies: 11
    Last Post: 11-17-2011, 03:02 PM
  5. Trying to take an average using INDEX and/or MATCH
    By doraen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2011, 01:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1