+ Reply to Thread
Results 1 to 4 of 4

Indexing. Return value from a certain Row and Column.

  1. #1
    Registered User
    Join Date
    03-11-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    6

    Wink Indexing. Return value from a certain Row and Column.

    I have from my raw data, employees with different metric scores and values.

    Due to the crappy export system, several rows are for one associate and the Metric Names are in one column.
    I separated it in two sheets, so I can just call back the data from there. Unfortunately I'm having problems.

    I created this table:

    Table1.JPG

    And this is what the raw data looks like:

    Raw1.jpg

    I would need help in creating the formula where it will lookup the name in a row (ie. Arredondo, Alejandro), together with a metric name from the colums (ie.Metric Value). So I can just have one row per associate.

    I tried using the Index forumla, but I failed:

    =INDEX(DrDishStack, MATCH($B1, INDEX(DrDishStack,,1),0), MATCH($B2, INDEX(DrDishStack,12,),0))

    DrDishStack is the table name.

    if you want I can e-mail you the testdata file I'm using to play around with this spreadsheet, so you can actually see what was needed. Or I attached it here, just not sure if I attached it right. lol

    help will be very much appreciated.

    THANK YOU!!
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Indexing. Return value from a certain Row and Column.

    hi nogstai, welcome to the forum. would be good if you can manually key some answers so that we know our solution's on the right direction. and i personally don't like to range up the whole column, so maybe this in B3:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    03-11-2013
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Indexing. Return value from a certain Row and Column.

    I just tried it out. And your formula works.

    Can I ask, how it was done? Or a detailed explanation. If it's not too much bother. I would like to learn it by heart.

    Also, I uploaded the file that was manually answered. and the other table is not yet. But when I tested to the other cells, it's working. Double-checked and everything.

    THANK YOU VERY MUCH
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-06-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Indexing. Return value from a certain Row and Column.

    You can also use a sumifs formula to achieve similar results, its allows you get the sum a column where multiple conditions such as name=VALUE1 and metric name=VALUE2 are met.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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