Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sirvincent
 
Posts: n/a
Default Display one row at a time


Total Total Low Adjusted Final
Pt Test #1 Pt Test #2 Pt Test #3 Midterm Points Pt Test #4 Pt Final
Points grade points Average
Students #1 #2 #3 Test #4 #5 Test
Sam 5 88 10 73 176 176 73 103 14.71428571
Harry 0 95 5 88 188 188 88 100 14.28571429
Beth 4 100 8 65 177 177 65 112 16
Sally 10 70 5 42 127 127 42 85 12.14285714
0 0 0 0 0


I have a grade book and I wish to be able to blank out only indicated rows
thus allowing privacy to the students viewing the grades on screen.

Ive attached my basic worksheet. As you can see I have frozen the titles.
Now what I want to do is make everything beyond the first student disappear
upon command and then reappear as needed.

Any ideas?

  #2   Report Post  
Ken Wright
 
Posts: n/a
Default

Just Autofilter on the name

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Sirvincent" wrote in message
...

Total Total Low Adjusted Final
Pt Test #1 Pt Test #2 Pt Test #3 Midterm Points Pt Test #4 Pt Final
Points grade points Average
Students #1 #2 #3 Test #4 #5 Test
Sam 5 88 10 73 176 176 73 103 14.71428571
Harry 0 95 5 88 188 188 88 100 14.28571429
Beth 4 100 8 65 177 177 65 112 16
Sally 10 70 5 42 127 127 42 85 12.14285714
0 0 0 0 0


I have a grade book and I wish to be able to blank out only indicated rows
thus allowing privacy to the students viewing the grades on screen.

I've attached my basic worksheet. As you can see I have frozen the

titles.
Now what I want to do is make everything beyond the first student

disappear
upon command and then reappear as needed.

Any ideas?



  #3   Report Post  
Max
 
Posts: n/a
Default

Just another play to try out ..

Assume the table below is in Sheet1,
cols A to J, headers (H1, H2, ... H9) in B1:J1
data from row2 down

---- H1 H2 H3 H4 H5 H6 H7 H8 H9
Sam 5 88 10 73 176 176 73 103 14.7
Harry 0 95 5 88 188 188 88 100 14.3
Beth 4 100 8 65 177 177 65 112 16.0
Sally 10 70 5 42 127 127 42 85 12.1
etc

Note that students' names are assumed unique in col A, and Sheet1 will be
assumed hidden away for privacy reasons, as required

In Sheet2 (this will be the enquiry sheet)
-------------
Let's set aside cell A1 for the input of the student's name
(Input a name into A1, say: Beth )

Paste the col headers (H1, H2, ... H9)
over from Sheet1 into A2:I2

Put in A3:

=IF(TRIM($A$1)="","",IF(ISNA(MATCH(TRIM($A$1),Shee t1!$A:$A,0)),"",INDEX(Shee
t1!B:B,MATCH(TRIM($A$1),Sheet1!$A:$A,0))))

Copy A3 across to I3

A3:I3 will display the results from Sheet1
for the name entered in A1, i.e. you'll get for "Beth"

Beth
H1 H2 H3 H4 H5 H6 H7 H8 H9
4 100 8 65 177 177 65 112 16

If the input in A1 is cleared, or if the name entered in A1 does not match
with those in col A in Sheet1, nothing [""] will show in A3:I3

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Sirvincent" wrote in message
...

Total Total Low Adjusted Final
Pt Test #1 Pt Test #2 Pt Test #3 Midterm Points Pt Test #4 Pt Final
Points grade points Average
Students #1 #2 #3 Test #4 #5 Test
Sam 5 88 10 73 176 176 73 103 14.71428571
Harry 0 95 5 88 188 188 88 100 14.28571429
Beth 4 100 8 65 177 177 65 112 16
Sally 10 70 5 42 127 127 42 85 12.14285714
0 0 0 0 0


I have a grade book and I wish to be able to blank out only indicated rows
thus allowing privacy to the students viewing the grades on screen.

I've attached my basic worksheet. As you can see I have frozen the

titles.
Now what I want to do is make everything beyond the first student

disappear
upon command and then reappear as needed.

Any ideas?



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
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM
I cannot get time format to display in a drop-down list Mighty Mike Excel Discussion (Misc queries) 0 February 1st 05 09:47 PM
entering numbers to display a time format Ian Williams/Eazygig Excel Discussion (Misc queries) 1 January 10th 05 11:57 AM
Round Time cpme Excel Worksheet Functions 2 November 18th 04 07:09 PM
Combine & Display “Fixed” & “Automatically Updated” Date Parts texcel Excel Worksheet Functions 1 November 1st 04 05:38 PM


All times are GMT +1. The time now is 06: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"