Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nate
 
Posts: n/a
Default is this an IF function...?

In a cell at the bottom of a column I need to list students names from
column A who's scores in another column are greater or less than a target
score, located in a seperate cell.

A B C D
1 Stu. math read spell
2 Ed 77 82 71
3 Goe 33 45 87
4 Ty 88 80 72
5 Al 70 55 89
6
7 Target 70 65 75
8 Goe Goe, Ed,
9 Al Ty

In this sample in row 8 I need a list of students whos score was less than
the target for that subject, but I don't know what formula to use. I would
like to use 1 cell for each column using word wrap. I can do the
conditional formatting to show in the sheet who fits this criteria, but the
spreadsheets that I'm using are for an entire grade level with over 300
students, so a list would be easier. Thanks for any help.





  #2   Report Post  
Max
 
Posts: n/a
Default

One play ..

Put in G2: =IF(B2<B$7,ROW(),"")
Copy G2 across to I2, fill down to I5

Put in B8:

=IF(ISERROR(SMALL(G$2:G$5,ROWS($A$1:A1))),"",INDEX ($A$2:$A$5,MATCH(SMALL(G$2
:G$5,ROWS($A$1:A1)),G$2:G$5,0)))

Copy B8 across to D8, fill down to D10
(i.e. by as many rows as there is student data)

The above should return what you're after
Adapt to suit ..
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"nate" wrote in message
m...
In a cell at the bottom of a column I need to list students names from
column A who's scores in another column are greater or less than a target
score, located in a seperate cell.

A B C D
1 Stu. math read spell
2 Ed 77 82 71
3 Goe 33 45 87
4 Ty 88 80 72
5 Al 70 55 89
6
7 Target 70 65 75
8 Goe Goe, Ed,
9 Al Ty

In this sample in row 8 I need a list of students whos score was less than
the target for that subject, but I don't know what formula to use. I

would
like to use 1 cell for each column using word wrap. I can do the
conditional formatting to show in the sheet who fits this criteria, but

the
spreadsheets that I'm using are for an entire grade level with over 300
students, so a list would be easier. Thanks for any help.







  #3   Report Post  
Max
 
Posts: n/a
Default

Put in G2: =IF(B2<B$7,ROW(),"")
Copy G2 across to I2, fill down to I5


Just some clarification:

G2 is copied across by as many cols as there are subject cols,
then filled down by as many rows as there are students

A slightly longer, but more robust formula
which could be used instead in G2 is:
=IF(OR(B2="",B$7=""),"",IF(B2<B$7,ROW(),""))
(G2 then filled across and down as before)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


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
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 04:10 AM.

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"