Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Matching 2 Text fields

I have a data base in excel that lists test info on students. There are
multiple tests on various sheets. The sheets are almost identical except for
the test being different and thus the results. How do I combine the sheets
into one sheet, that will have the student's name lined up on one continuous
line? I can then delete the columns that are duplicated but have the test
info on one line.

Student, grade, test a, result

Then on another spread sheet the info is the same but the test is different
info is different.

I am looking for:

student, grade, test a, result, test b, result.

I think this can be done but I need some help please.

Thank you in advance.

Susan
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Matching 2 Text fields

How many sheets do you have?

One sheet has Student and his grade? Others Student, Test, Result?

Do you have a list of all students? Does Student col has any duplicate values?
--
If you find this post helpful pl. choose "Yes"...


"Sprowler" wrote:

I have a data base in excel that lists test info on students. There are
multiple tests on various sheets. The sheets are almost identical except for
the test being different and thus the results. How do I combine the sheets
into one sheet, that will have the student's name lined up on one continuous
line? I can then delete the columns that are duplicated but have the test
info on one line.

Student, grade, test a, result

Then on another spread sheet the info is the same but the test is different
info is different.

I am looking for:

student, grade, test a, result, test b, result.

I think this can be done but I need some help please.

Thank you in advance.

Susan

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Matching 2 Text fields

A set-up along these lines using SUMIF & INDIRECT should help you get going
here

Assume identical structure source sheets are named as eg: Subject1,
Subject2, etc, with students names (or better, student IDs) listed in A2
down, test scores in C2 down

In your Summary sheet,
Enter* the source sheetnames in B1 across, ie: Subject1, Subject2, ...
You would have the same students names (or IDs) in A2 down
Place this in B2:
=SUMIF(INDIRECT("'"&B$1&"'!A:A"),$A2,INDIRECT("'"& B$1&"'!C:C"))
Copy B2 across/fill down to populate the test scores from each sheet

*Ensure that these match exactly with what's on the tabs (except for case)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:61
xdemechanik
---
"Sprowler" wrote:
I have a data base in excel that lists test info on students. There are
multiple tests on various sheets. The sheets are almost identical except for
the test being different and thus the results. How do I combine the sheets
into one sheet, that will have the student's name lined up on one continuous
line? I can then delete the columns that are duplicated but have the test
info on one line.

Student, grade, test a, result

Then on another spread sheet the info is the same but the test is different
info is different.

I am looking for:

student, grade, test a, result, test b, result.

I think this can be done but I need some help please.

Thank you in advance.

Susan

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Matching 2 Text fields

Two sheet, identical except for the test and test results.

"Sheeloo" wrote:

How many sheets do you have?

One sheet has Student and his grade? Others Student, Test, Result?

Do you have a list of all students? Does Student col has any duplicate values?
--
If you find this post helpful pl. choose "Yes"...


"Sprowler" wrote:

I have a data base in excel that lists test info on students. There are
multiple tests on various sheets. The sheets are almost identical except for
the test being different and thus the results. How do I combine the sheets
into one sheet, that will have the student's name lined up on one continuous
line? I can then delete the columns that are duplicated but have the test
info on one line.

Student, grade, test a, result

Then on another spread sheet the info is the same but the test is different
info is different.

I am looking for:

student, grade, test a, result, test b, result.

I think this can be done but I need some help please.

Thank you in advance.

Susan

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail merge matching fields Liv[_2_] Excel Discussion (Misc queries) 3 August 30th 07 06:32 PM
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side [email protected] Excel Discussion (Misc queries) 2 June 11th 07 02:38 PM
matching fields between two workbooks tukky142 Excel Worksheet Functions 1 June 4th 07 08:50 PM
matching key fields between two workbooks and displaying info when tukky142 Excel Worksheet Functions 2 April 10th 07 08:40 PM
matching multiples fields in 1 row Hobochunk Excel Worksheet Functions 0 November 28th 05 06:30 PM


All times are GMT +1. The time now is 11:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"