Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jaysmith80
 
Posts: n/a
Default How can I identify the two lowest values in a row?

I am a teaching assistant and maintain a spreadsheet for grades. I remove
the two lowest homework grades manually within each student's row. Surely,
there is a way to identify those two lowest values with a formula...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JulieD
 
Posts: n/a
Default How can I identify the two lowest values in a row?

Hi Jaysmith80

Depending on what you really want to do I can see at least two ways to
approach your question
1) if you want the total of a row of numbers excluding the two lowest one
formula you can use is
=SUM(A1:J1)-SUM(SMALL(A1:J1,1),SMALL(A1:J1,2))

(assuming that the numbers are in the range A1:J1)

2) if you want the lowest two values on each row highlighted you can use
conditional formatting (based on the assumption that the student values are
in the rows A1:J8)
- highlight the rows from A1 to J8, ensuring that A1 is the active cell
- choose format / conditional formatting
- change "cell value is" to "formula is"
- in the big white line type
=OR(SMALL($A1:$J1,1)=A1,SMALL($A1:$J1,2)=A1)

- click on the format button, choose font colour (or whatever) for the
lowest values to be displayed in.
- click OK twice, and the two lowest values should now be formatted
differently.

hope this helps.

Cheers
JulieD

julied at hctsReMoVeThIs dot net dot au


"jaysmith80" wrote:

I am a teaching assistant and maintain a spreadsheet for grades. I remove
the two lowest homework grades manually within each student's row. Surely,
there is a way to identify those two lowest values with a formula...

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jaysmith80
 
Posts: n/a
Default How can I identify the two lowest values in a row?

Wow! Thanks so much. That is really helpful. You don't want to know how
much time you saved me.

Thanks,

Jay

"JulieD" wrote:

Hi Jaysmith80

Depending on what you really want to do I can see at least two ways to
approach your question
1) if you want the total of a row of numbers excluding the two lowest one
formula you can use is
=SUM(A1:J1)-SUM(SMALL(A1:J1,1),SMALL(A1:J1,2))

(assuming that the numbers are in the range A1:J1)

2) if you want the lowest two values on each row highlighted you can use
conditional formatting (based on the assumption that the student values are
in the rows A1:J8)
- highlight the rows from A1 to J8, ensuring that A1 is the active cell
- choose format / conditional formatting
- change "cell value is" to "formula is"
- in the big white line type
=OR(SMALL($A1:$J1,1)=A1,SMALL($A1:$J1,2)=A1)

- click on the format button, choose font colour (or whatever) for the
lowest values to be displayed in.
- click OK twice, and the two lowest values should now be formatted
differently.

hope this helps.

Cheers
JulieD

julied at hctsReMoVeThIs dot net dot au


"jaysmith80" wrote:

I am a teaching assistant and maintain a spreadsheet for grades. I remove
the two lowest homework grades manually within each student's row. Surely,
there is a way to identify those two lowest values with a formula...

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
Keeping a cell value constant trhoughout a list of values borikua05 Excel Worksheet Functions 2 December 3rd 05 03:03 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM
I Need a formula to evaluate a cell with + or - values Bob in Oklahoma Excel Worksheet Functions 6 October 31st 05 02:41 PM
Return Range of Numerical Values in Single Column based on Frequency Percentage Sam via OfficeKB.com Excel Worksheet Functions 9 October 28th 05 11:01 PM
#N/A Values : Returned by Formulas vs Entered Manually monir Charts and Charting in Excel 8 July 7th 05 01:16 AM


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