PC Review


Reply
Thread Tools Rate Thread

Combing Student list and Classes they took to one sheet

 
 
Chase
Guest
Posts: n/a
 
      12th Jul 2010
This is the last step I have in a larger project. Any help would be
appreciated. A sample workbook is attached with a desired results tab.

In one sheet (List of People): I have a list of Student Names and each
grade level they attended while at my school.
In another sheet (Class Breakdown): I have a list of the kids and the
classes they took. One can assume that for the Students that were
there for more than one year, they took the same breakdown of classes
each year [the Class Breakdown sheet contains no year information,
only student and class].

For each entry in 'List of People' I need unique lines for each
project that person took. So for example: in 'Class Breakdown' Amanda
has taken 4 classes: Math, Philosophy, English, and French. In 'List
of People' I have that Amanda went here for 3 years

Code:
Freshman Amanda
Sophomore Amanda
Junior Amanda

So I would then need the results page to show

Code:
Freshman Amanda Math
Freshman Amanda Philosophy
Freshman Amanda English
Freshman Amanda French
Sophomore Amanda Math
Sophomore Amanda Philosophy
Sophomore Amanda English
Sophomore Amanda French
Junior Amanda Math
Junior Amanda Philosophy
Junior Amanda English
Junior Amanda French

Any help would be appreciated. It is important to note, that there
will also be numbers in the columns to the right of this information
(hense the random data in the sample spreadsheet).

URL to post at ExcelForum (no one has been able to help me yet over
there): http://www.excelforum.com/excel-prog...one-sheet.html

Sample file at: http://www.mediafire.com/?1mf3fzz3qyw

 
Reply With Quote
 
 
 
 
Don Guillett Excel MVP
Guest
Posts: n/a
 
      13th Jul 2010
On Jul 12, 2:54*pm, Chase <chasechasech...@gmail.com> wrote:
> This is the last step I have in a larger project. Any help would be
> appreciated. A sample workbook is attached with a desired results tab.
>
> In one sheet (List of People): I have a list of Student Names and each
> grade level they attended while at my school.
> In another sheet (Class Breakdown): I have a list of the kids and the
> classes they took. One can assume that for the Students that were
> there for more than one year, they took the same breakdown of classes
> each year [the Class Breakdown sheet contains no year information,
> only student and class].
>
> For each entry in 'List of People' I need unique lines for each
> project that person took. So for example: in 'Class Breakdown' Amanda
> has taken 4 classes: Math, Philosophy, English, and French. In 'List
> of People' I have that Amanda went here for 3 years
>
> Code:
> Freshman * * * *Amanda
> Sophomore * * * Amanda
> Junior * * * * *Amanda
>
> So I would then need the results page to show
>
> Code:
> Freshman * * * *Amanda * * * * Math
> Freshman * * * *Amanda * * * * Philosophy
> Freshman * * * *Amanda * * * * English
> Freshman * * * *Amanda * * * * French
> Sophomore * * * Amanda * * * * Math
> Sophomore * * * Amanda * * * * Philosophy
> Sophomore * * * Amanda * * * * English
> Sophomore * * * Amanda * * * * French
> Junior * * * * *Amanda * * * * Math
> Junior * * * * *Amanda * * * * Philosophy
> Junior * * * * *Amanda * * * * English
> Junior * * * * *Amanda * * * * French
>
> Any help would be appreciated. It is important to note, that there
> will also be numbers in the columns to the right of this information
> (hense the random data in the sample spreadsheet).
>
> URL to post at ExcelForum (no one has been able to help me yet over
> there):http://www.excelforum.com/excel-prog...ing-student-li...
>
> Sample file at:http://www.mediafire.com/?1mf3fzz3qyw


On the classes sheet, insert col A and use this or a macro
=INDEX('List of People'!A:A,MATCH(B2,'List of People'!B:B,0))
"If desired, send your file to dguillett @gmail.com I will only look
if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results."
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Student classes completed Tony Microsoft Access Queries 1 22nd Jul 2009 05:22 AM
Trying to calculate tutor hours when student classes overlap =?Utf-8?B?U2xvd0xlYXJuZXI=?= Microsoft Access Reports 8 15th Jul 2007 04:36 PM
print the survey sheets for the number of student enrolled in a class for all classes sa sa Microsoft Access Reports 2 27th Feb 2006 12:50 PM
How i list or enumerate classes (names of classes in string format) from a certain namespace? please help. Jose Michael Meo R. Barrido Microsoft VB .NET 1 31st Dec 2004 12:13 PM
How i list or enumerate classes (names of classes in string format) from a certain namespace? please help. Jose Michael Meo R. Barrido Microsoft Dot NET 1 31st Dec 2004 12:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:32 PM.