Consulting

Results 1 to 9 of 9

Thread: 2 ways table lookup

  1. #1
    VBAX Regular
    Joined
    Mar 2006
    Posts
    18
    Location

    2 ways table lookup

    I am new to excel, i would like to know if i need a formula to lookup a value in a 2 ways table, how can i do it.

    I am attaching my file into this for clearer picture. Thanks


  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Whis is 31 and 32 in Feb?

  3. #3
    VBAX Regular
    Joined
    Mar 2006
    Posts
    18
    Location
    huh...that was supposed to be the week number but i did not change it to the correct order. Just an example..

  4. #4
    Moderator VBAX Master austenr's Avatar
    Joined
    Sep 2004
    Location
    Maine
    Posts
    2,033
    Location
    My guess is that he auto filled the row
    Peace of mind is found in some of the strangest places.

  5. #5
    VBAX Expert
    Joined
    Jul 2004
    Location
    Wilmington, DE
    Posts
    600
    Location
    evlai,

    You apparently copied and pasted from a PivotTable, which is already summarizing the data for you. I honestly do not understand what you are trying to do.
    Regards,

    Patrick

    I wept for myself because I had no PivotTable.

    Then I met a man who had no AutoFilter.

    Microsoft MVP for Excel, 2007 & 2008

  6. #6
    VBAX Master XLGibbs's Avatar
    Joined
    Jan 2006
    Location
    state of confusion, but vacation in denial
    Posts
    1,315
    Location
    A general answer to your question would be the help file on the following formulas:

    LOOKUP
    HLOOKUP
    VLOOKUP
    INDEX
    MATCH


    Note however, that you can not specifically lookup a value in a table two ways, or two times in one formula without some added complexity.
    If you have posted the same question at multiple forums, please read this IMPORTANT INFO.

    Please use the thread tools to mark your thread Solved


    Please review the Knowledge Base
    for samples and solutions , or to submit your own!




  7. #7
    VBAX Regular
    Joined
    Mar 2006
    Posts
    18
    Location
    Hi All,

    I understand it will need very complex formula if i want excel to perform this for me. I have actually tried many times to figure out the solution, but yet to find one.

    Patrick was right, the data is actually performed by pivot, but i need this because of i have many worksheets with this summarized calculation. I need to summarized some of the special group into a Summary worksheet only. i need to check the data every time when i want to updata the data into the Summary worksheet and it is really time consuming for me to check more than 10 worksheets and ensure the columns/ rows are in correct order. That is why i was thinking to have a vba/formula to automate my report.


    Evlai

  8. #8
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Hi Evlai,
    I can't understand your requirements. Can you add some comments/textboxes to your sample to show what is needed and where.
    Data such as Jan, Feb, Aug really doesn't help. Without clarity on your part, it's vey confusing here.
    Regards
    MD
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  9. #9
    VBAX Master XLGibbs's Avatar
    Joined
    Jan 2006
    Location
    state of confusion, but vacation in denial
    Posts
    1,315
    Location
    If your intent is to have a lookup formula find and evaluate data on 10 different sheets, this will not only be a complex formula, but it would take forever to calculate (that is, if one could be written to do this in the first place).

    If the data were all set up the same you can possibly set up a formula to get that cells information from each sheet which would not be too tough..
    If you have posted the same question at multiple forums, please read this IMPORTANT INFO.

    Please use the thread tools to mark your thread Solved


    Please review the Knowledge Base
    for samples and solutions , or to submit your own!




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •