Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default getting specific data from one page to another

Please help if you can.

I have a page in excel with test scores and their teacher intials next to
the student and scores. They are sorted by room number.

However I need a new page that would create a new list based on the teacher
initials.

See below

Student test score Teacher
Joe B - 86 - JA1
Sue B 92 TB2
Bob B 78 JA1

I want to make a new list on another page that pulls all of JA1's kids and
scores.

I know I can sort on the original page- but I want to be able to enter the
data and have forms ready to print without taking the time to sort.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default getting specific data from one page to another

You could filter the data on your main sheet. Then either print the filter
data or copy and paste the a new sheet would be the fastest way.

"John A" wrote:

Please help if you can.

I have a page in excel with test scores and their teacher intials next to
the student and scores. They are sorted by room number.

However I need a new page that would create a new list based on the teacher
initials.

See below

Student test score Teacher
Joe B - 86 - JA1
Sue B 92 TB2
Bob B 78 JA1

I want to make a new list on another page that pulls all of JA1's kids and
scores.

I know I can sort on the original page- but I want to be able to enter the
data and have forms ready to print without taking the time to sort.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default getting specific data from one page to another

John,

I agree that filtering is the best way to go. But if you want to have a
separate report for each teacher on a different tab, you could write an Sql
query to pull the data you want to a particular worksheet.

SELECT `Sheet1$`.Student, `Sheet1$`.`Test Score`, `Sheet1$`.Teacher
FROM `C:\Documents and Settings\User\Desktop\Excel
Class\Book1.xlsx`.`Sheet1$` `Sheet1$`
WHERE (`Sheet1$`.Teacher='JA1')

This would allow you to enter all the data on Sheet1 and then refresh all of
the queries at once and then hit print to print all of the worksheets. You
could then do analysis on each separate worksheet (avg, std dev, mean, etc)

Hope that helps.

"John A" wrote:

Please help if you can.

I have a page in excel with test scores and their teacher intials next to
the student and scores. They are sorted by room number.

However I need a new page that would create a new list based on the teacher
initials.

See below

Student test score Teacher
Joe B - 86 - JA1
Sue B 92 TB2
Bob B 78 JA1

I want to make a new list on another page that pulls all of JA1's kids and
scores.

I know I can sort on the original page- but I want to be able to enter the
data and have forms ready to print without taking the time to sort.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc

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
Format page number in excel footer to start at a specific page # straitctrydncr Excel Discussion (Misc queries) 4 April 28th 23 07:45 PM
PUT PAGE NUMBER INTO A SPECIFIC CEL? WERNER SLABBERT[_2_] Excel Worksheet Functions 2 August 17th 17 09:33 AM
Hyperlink to specific page in a pdf bwjohnson1 Excel Discussion (Misc queries) 1 April 8th 10 04:01 PM
specific page numbering JoAnn Excel Discussion (Misc queries) 2 November 10th 08 11:05 PM
inserting page breaks for specific data groups Ursula Forte Excel Discussion (Misc queries) 4 October 27th 06 01:16 AM


All times are GMT +1. The time now is 08:52 PM.

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

About Us

"It's about Microsoft Excel"