+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : How to Look Up Entire Columns

  1. #1
    Registered User
    Join Date
    01-27-2012
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2003
    Posts
    2

    How to Look Up Entire Columns

    Hi,

    I am having a problem with using excel for my dissertation. I uploaded the spreadsheet to demonstrate.

    In the "All periods" worksheet, I have company data for two sub periods (originally more, but two are enough for this example) -1987-1989 and 1990-1992. In the F and T 1 worksheet I copied the data from the first sub period and used the sort function to rank the companies according to the sums of each column (contained in the last row of the data). Then I copied the names of the best 20 companies and worst 20 companies below. Now I need to look up the entire columns of data for those companies but for the second sub period (1990-1992) using the data from the All periods worksheet. How can I do this fast? I would much appreciate any help.
    Attached Files Attached Files
    Last edited by NBVC; 01-27-2012 at 01:46 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How to Look Up Entire Columns

    If the dates are also mixed up in the All Periods sheet use:

    =INDEX('All periods'!$B$42:$MJ$77,MATCH($A45,'All periods'!$A$42:$A$77,0),MATCH(B$44,'All periods'!$B$41:$MJ$41,0))

    otherwise you can even use:

    =INDEX('All periods'!$B$42:$MJ$77,ROWS($A$45:$A45),MATCH(B$44,'All periods'!$B$41:$MJ$41,0))

    either copied down and across
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-27-2012
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How to Look Up Entire Columns

    Thanks for helping. I tried the shorter formula and it worked.

+ 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