+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : Extracting values from specific row and column with criteria

  1. #1
    Registered User
    Join Date
    03-15-2011
    Location
    cluj napoca
    MS-Off Ver
    Excel 2007
    Posts
    50

    Extracting values from specific row and column with criteria

    Hello,
    I wrote in the attachment what i need.I cant explain very well what i want.
    I hope you will understand.
    Attached Files Attached Files
    Last edited by meslija; 04-16-2011 at 04:00 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,065

    Re: finding the right value

    Here, try this:
    Attached Files Attached Files
    Last edited by zbor; 04-16-2011 at 04:00 AM.
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    03-15-2011
    Location
    cluj napoca
    MS-Off Ver
    Excel 2007
    Posts
    50

    Re: Extracting values from specific row and column with criteria

    thank you.

  4. #4
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Extracting values from specific row and column with criteria

    A bit late, and zbor beat me to it, however it's done.

    This uses array formulae (non-volatile) and dynamic named ranges.

    You should be able to add further data to your list and validation list without having to change any formulae.
    Remember the formulae in I6, K6, and M6 are arrays and should be confirmed with Ctrl+Shift+Enter

    Hope this helps
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,065

    Re: Extracting values from specific row and column with criteria

    However Marcol, the INDEX solution you've applied should be used instead of OFFSET.

    Enter this formula in I6 (with normal enter):

    =INDEX($C$2:$C$100,MATCH($K$3&$K$4,INDEX($A$2:$A$100&$B$2:$B$100,,),0)+ROWS($I$6:I6)-1,0)

    Change red array to $D$2:$D$100 and $E$2:$E$100 respectively
    Attached Files Attached Files
    Last edited by zbor; 04-16-2011 at 05:10 AM.

  6. #6
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Extracting values from specific row and column with criteria

    @ zbor

    Sorry, I don't follow your thought.
    I was using dynamic names rather than fixed ranges

    Your suggestion, using names becomes
    Please Login or Register  to view this content.
    This is still an array function

    What am I missing?

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,065

    Re: Extracting values from specific row and column with criteria

    I've changed my OFFSET approach with INDEX approach.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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