Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Compiling a List of Students in a Course.

Compiling a List of Students in a Course

Written by Allen Wyatt (last updated February 15, 2020)
This tip applies to Excel 97, 2000, 2002, and 2003


Keval has a table of over 5,000 students distributed across 22 courses of study. Against each student's name in each row of this table is indicated the course in which the student is registered. Keval would like, on a different worksheet, to put a course name in cell A1 and then have Excel display, beginning in row 3, all the students in that course, as pulled from the list. He wonders if there is a way to do this with a formula.

The best solution to this problem is going to be dependent, in large part, on how your source data is organized. If you only have two columns (student name and course name), then it is possible that you don't even need to use a second worksheet. Instead, you can get by using Excel's filtering capabilities. Just filter on the contents of the column that contains the course name, and you can easily limit what is displayed to only those students in the course.

If you must have the information appear on the second worksheet, it may be best to use an array formula to extract the students. Put the desired course in cell A1 and then the following formula in cell A3:

=IF(COUNTIF(Sheet1!$B$1:$B$5000,$A$1)<ROW()-2,"",
INDEX(Sheet1!$A$1:$A$5000,SMALL(IF(Sheet1!$B$1:$B$5000=$A$1,
ROW(Sheet1!$B$1:$B$5000)),ROW()-2)))

Remember—this is a single formula and you need to enter it in the cell by pressing Ctrl+Shift+Enter. Copy the formula downward into enough cells that it should accommodate your largest class. The formula also assumes that the source data in in rows 1 through 5000; if this is not the case, you'll want to modify the formula to reflect the appropriate range.

Another approach is to create a PivotTable based upon the student/course list. All you need to do is make sure that both the course name and the student name fields are in the "row" area of the PivotTable. Put the course name field first and the student name field second, and you'll end up with a list of all courses with the students under each course name.

If your source data has additional information associated with it (such as grades, addresses, book assignments, etc.), then you may want to consider working with an actual database program, such as Access. You'll be able to manipulate and extract data using tools that are superior to those in Excel.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (12346) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Compiling a List of Students in a Course.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Can't Select Style Instances

Using the Styles and Formatting task pane, Word allows you to select all instances of a given style in your document. ...

Discover More

Inserting a Bullet

Need to place a bullet in the middle of a sentence? There are a couple of easy ways you can do this, as described in this ...

Discover More

Pulling Text from a Cell and Placing It in a Shape

Graphic shapes you add to your worksheet can easily contain text; just click on the shape and start typing away. You may ...

Discover More

Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!

More ExcelTips (menu)

Summing Only the Largest Portion of a Range

Given a range of cells, you may at some time want to calculate the sum of only the largest values in that range. Here is ...

Discover More

Averaging Values for a Given Month and Year

Excel is often used to analyze data collected over time. In doing the analysis, you may want to only look at data ...

Discover More

Finding the Address of the Lowest Value in a Range

Uncovering the lowest value in a range is relatively easy; you can just use the MIN worksheet function. Discovering the ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is six minus 4?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.