+ Reply to Thread
Results 1 to 3 of 3

Sumifs or lookup or index/match based on columns and rows

  1. #1
    Registered User
    Join Date
    09-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    16

    Sumifs or lookup or index/match based on columns and rows

    Hi.

    I have a lot of data in a large table which have unique column headers and unique rows.

    All I want to be able to do is lookup each number in that table, which is a unique row/column combination.

    I've tried sumifs etc., but that gives me value errors.

    I assume there would be some simple if/vlookup combination that could give me my desired result.

    See attached sheet for example. The highlighted yellow area is where I would like the formula to be.

    Any ideas guys?

    Thanks in advance for any suggestions.
    Attached Files Attached Files

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Sumifs or lookup or index/match based on columns and rows

    one way is to use the index match

    =index(range,row,column)
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

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

    Re: Sumifs or lookup or index/match based on columns and rows

    hi ned0, try:
    =INDEX(Data!$B$2:$E$6,MATCH(B2,Data!$A$2:$A$6,0),MATCH(A2,Data!$B$1:$E$1,0))

    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

+ 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