+ Reply to Thread
Results 1 to 7 of 7

Lookup of Row (return data from specifide row) with collum heading and value.

  1. #1
    Registered User
    Join Date
    02-21-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Unhappy Lookup of Row (return data from specifide row) with collum heading and value.

    Encryption algorythim.xlsx

    Here is my scenario I have all this data i want to search in. In the rows there are repeating values and in the columns they do not repeat.
    As seen in the attached i am able to give a column and row by title and then get the intersecting cell data from that. (Encryption lookup)
    What i want to do is give the column tittle and row value and get back the row title. (Decryption Lookup)
    This shouldn't be too hard seeing that the data in the columns has no repeats.
    But i have tried multiple Google searches and plenty of screwing around and cant work this out.

    Thanks.

    Konastar

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    Hi and welcome to the forum

    Try this...
    =INDEX($C$3:$C$40,MATCH($AQ$9,OFFSET($C$3,1,MATCH($AQ$10,$C$3:$AN$3,0)-1,37,1),0)+1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    Give this a try... Click the button



    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    =INDEX($C$4:$C$40,MATCH(AQ9,INDEX($D$4:$AN$40,0,MATCH(AQ10,$D$3:$AN$3,0)),0)) is another way
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  5. #5
    Registered User
    Join Date
    02-21-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    Wow you guys are fast thanks ill give these a go

  6. #6
    Registered User
    Join Date
    02-21-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    FDibbins got it in the bag man thank you guys so much.
    Encryption has always been a hobby but this is my first grid like this.

    Cant believe i didn't try this i probably did but couldn't get it to work.

    Once again you guys are the best thanks so much.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Lookup of Row (return data from specifide row) with collum heading and value.

    happy to help and thanks for the kind words and 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. Look up value and return value/string in nabour collum
    By T.Iversen in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-19-2013, 11:03 AM
  2. Heading Lookup inside Column Data
    By GlenKenn in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-10-2012, 11:04 PM
  3. lookup values in a range,return corresponding column heading
    By aljaffa in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-14-2011, 04:31 PM
  4. Exclusive Lookup to match Rowwise data and give the Column Heading..
    By e4excel in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-26-2010, 04:00 AM
  5. Formula in same collum as data?
    By Vantage in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2006, 07:27 AM

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