+ Reply to Thread
Results 1 to 4 of 4

Produce a table from by looking up cells in another table

  1. #1
    Registered User
    Join Date
    02-26-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Produce a table from by looking up cells in another table

    I have student grades and I would like to see every student that scored below a 70 on each assignment given. Is there a way to produce such a table. I have been experimenting with IF and INDEX and ARRAY, but have not been able to figure it out. Here is a picture of what I am trying to make (though any solution that work would be fine - it does not have to produce the exact same table)
    Capture.PNG
    Thank you!

    I am attaching the file.
    Attached Files Attached Files
    Last edited by hola717; 02-27-2014 at 10:01 AM. Reason: Attach the file

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,870

    Re: Produce a table from by looking up cells in another table

    Picture:

    Hi and welcome to the forum

    Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome (manually entered is ok) and how you arrived at that. (Exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you. Also, not all members can upload picture files (Company firewalls, etc.)

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: Produce a table from by looking up cells in another table

    Based on you table in ranges A1:E5...

    Try this

    =IFERROR(INDEX($A$2:$A$5,SMALL(IF(INDEX($B$2:$E$5,0,MATCH(B$8,$B$1:$E$1,0))<=70,ROW($A$2:$A$5)-ROW($A$2)+1),ROWS($A$1:A1))),"-")

    Array Formula (Press CTRL-SHIFT-ENTER button together), ENTER alone is not sufficient...

    and drag down and cross


    or see the file
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-26-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Produce a table from by looking up cells in another table

    Thank you!
    I will try this.

+ 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. Replies: 5
    Last Post: 12-12-2012, 12:26 PM
  2. [SOLVED] Pivot table query: How to produce cumulative data?
    By The_Snook in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 08-31-2012, 08:09 AM
  3. Combining two tables to produce new table with unique records
    By thales in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-22-2012, 04:47 AM
  4. Produce data from pivot table
    By mingali in forum Excel General
    Replies: 3
    Last Post: 06-03-2010, 09:35 AM
  5. Need to Combine workbooks to produce table
    By branchini1979 in forum Excel General
    Replies: 0
    Last Post: 12-02-2008, 10:48 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