+ Reply to Thread
Results 1 to 5 of 5

Horizontal and Vertical Lookup

  1. #1
    Registered User
    Join Date
    11-19-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    7

    Horizontal and Vertical Lookup

    Hi

    I'm looking for a lookup formula that looks horizontal and vertical ranges. If you see the attached file how would i get a value in D12 just say?

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Horizontal and Vertical Lookup

    In B11 Cell

    =IFERROR(VLOOKUP(B$10,$A$2:$E$6,MATCH($A11,$A$1:$E$1,0),FALSE),"")

    Drag it down and right....


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Horizontal and Vertical Lookup

    A simple INDEX & MATCH does it: in cell B11 put =INDEX($B$2:$E$6,MATCH($A11,$B$1:$E$1,1),MATCH(B$10,$A$2:$A$6,0)) drag across and down

    Sorry I made a mistake ... please ignore this. Cheers
    Last edited by Ursul; 01-09-2014 at 06:50 AM.

  4. #4
    Registered User
    Join Date
    11-19-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Horizontal and Vertical Lookup

    Quote Originally Posted by :) Sixthsense :) View Post
    In B11 Cell

    =IFERROR(VLOOKUP(B$10,$A$2:$E$6,MATCH($A11,$A$1:$E$1,0),FALSE),"")

    Drag it down and right....
    Nice one, works a treat

    Cheers

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Horizontal and Vertical Lookup

    Glad it helps you and thanks for the feedback

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. [SOLVED] Lookup with THREE conditions: one vertical, two horizontal
    By splendidus in forum Excel General
    Replies: 7
    Last Post: 08-05-2014, 01:11 PM
  2. [SOLVED] Lookup a vertical and horizontal value
    By KARENKERBA in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2013, 04:33 PM
  3. Horizontal and Vertical lookup.
    By rlsublime in forum Excel General
    Replies: 3
    Last Post: 09-05-2012, 05:54 PM
  4. Replies: 1
    Last Post: 04-12-2011, 07:18 PM
  5. Replies: 4
    Last Post: 11-30-2008, 04:55 AM

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