+ Reply to Thread
Results 1 to 6 of 6

Lookup a vertical and horizontal value

  1. #1
    Registered User
    Join Date
    04-10-2013
    Location
    Albuquerque
    MS-Off Ver
    Excel 2010
    Posts
    5

    Lookup a vertical and horizontal value

    I have attached a sample spreadsheet. I need a lookup formula of some type in C3 that will look at the value in Column A3 (the version) and the value in C1 (will always be the reference for all formulas in column C. This is the position number) then goes to the worksheet named Actual Dates and finds Version in column A and the Position in column B then returns the corresponding date from Column C to the first worksheet named Comparison.

    I tried a vlookup with an if statement but got an error message. Am I trying to get a formula to do too much?

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Lookup a vertical and horizontal value

    Array formula Confirm Control+Shift+Enter
    =IFERROR(INDEX('ACTUAL DATES'!$C$2:$C$41,MATCH($A3&C$1,'ACTUAL DATES'!$A$2:$A$41&'ACTUAL DATES'!$B$2:$B$41,0)),"")
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

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

    Re: Lookup a vertical and horizontal value

    welcome to the forum, KARENKERBA. maybe:
    =INDEX('ACTUAL DATES'!$C$2:$C$41,MATCH($A3&C$1,INDEX('ACTUAL DATES'!$A$2:$A$41&'ACTUAL DATES'!$B$2:$B$41,),0))

    to counter errors if values not found,
    =IFERROR(INDEX('ACTUAL DATES'!$C$2:$C$41,MATCH($A3&C$1,INDEX('ACTUAL DATES'!$A$2:$A$41&'ACTUAL DATES'!$B$2:$B$41,),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

  4. #4
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Lookup a vertical and horizontal value

    the other guys got in faster than me but since i already did the sheet...here it is
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  5. #5
    Registered User
    Join Date
    04-10-2013
    Location
    Albuquerque
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Lookup a vertical and horizontal value

    Thank you all!! They all work great!!

  6. #6
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Lookup a vertical and horizontal value

    You are welcome.

+ 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. Horizontal and Vertical lookup.
    By rlsublime in forum Excel General
    Replies: 3
    Last Post: 09-05-2012, 05:54 PM
  3. [SOLVED] Reverse Horizontal Lookup From A Vertical Code
    By splendidus in forum Excel General
    Replies: 4
    Last Post: 05-29-2012, 07:39 AM
  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