Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 91
Default display lowest values

I have a matrix( 16071 * 100), many of it's cells are empty(blank). i want to
recognize ten lowest values and display with different color on that matrix.
And, empty cells not equal to zero"0",any help will be greatly appreciated.
regards.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default display lowest values

One play to try ..

Assume the source matrix is in Sheet1!$A$1:$CV$16071

Click Insert Name Define,
then input it as:

Names in workbook: SmallR
Refers to:
=SMALL(Sheet1!$A$1:$CV$16071,{1;2;3;4;5;6;7;8;9;10 })

Then type the source matrix range in the namebox: A1:CV16071
press Enter to select the matrix with A1 active

Click Format Conditional Formatting
Apply the settings below using Formula Is:

Condition 1:
=ISBLANK(A1)
Format Blue

Condition 2:
=ISNUMBER(MATCH(A1,SmallR,0))
Format Brown
Click to OK out

The above will conditionally format all blank cells in the matrix with blue
fill, and all cells matching the ten lowest values with brown fill.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"climate" wrote:
I have a matrix( 16071 * 100), many of it's cells are empty(blank). i want to
recognize ten lowest values and display with different color on that matrix.
And, empty cells not equal to zero"0",any help will be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 91
Default display lowest values

Hi max
it's not works,when run it, locks computer,and i want to display 10 lowest
values in different color.
Than'ks

"Max" wrote:

One play to try ..

Assume the source matrix is in Sheet1!$A$1:$CV$16071

Click Insert Name Define,
then input it as:

Names in workbook: SmallR
Refers to:
=SMALL(Sheet1!$A$1:$CV$16071,{1;2;3;4;5;6;7;8;9;10 })

Then type the source matrix range in the namebox: A1:CV16071
press Enter to select the matrix with A1 active

Click Format Conditional Formatting
Apply the settings below using Formula Is:

Condition 1:
=ISBLANK(A1)
Format Blue

Condition 2:
=ISNUMBER(MATCH(A1,SmallR,0))
Format Brown
Click to OK out

The above will conditionally format all blank cells in the matrix with blue
fill, and all cells matching the ten lowest values with brown fill.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"climate" wrote:
I have a matrix( 16071 * 100), many of it's cells are empty(blank). i want to
recognize ten lowest values and display with different color on that matrix.
And, empty cells not equal to zero"0",any help will be greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default display lowest values

"climate" wrote:
.. it's not works, when run it, locks computer ..


Sorry to hear that. FWIW, here's a working sample which illustrates:
http://www.freefilehosting.net/download/NDkzNzY=
Display lowest values CF.xls

Note: Do not click direct on the link if you're reading this from MS'
webpage. Do a copy n paste of the entire link, inclusive of the trailing "=",
into your browser address bar.

.. and i want to display 10 lowest values in different color.


The normal CF functionality limits it in xl2003 (my ver), to 3
conditions/colours. Hang around awhile for possible responses from others.
Good luck!
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default display lowest values

I have a matrix( 16071 * 100)
when run it, locks computer ..


You're trying to apply cf with multiple conditions to over 1.5 million
cells! That would be my guess as to why the computer locks up.

--
Biff
Microsoft Excel MVP


"Max" wrote in message
...
"climate" wrote:
.. it's not works, when run it, locks computer ..


Sorry to hear that. FWIW, here's a working sample which illustrates:
http://www.freefilehosting.net/download/NDkzNzY=
Display lowest values CF.xls

Note: Do not click direct on the link if you're reading this from MS'
webpage. Do a copy n paste of the entire link, inclusive of the trailing
"=",
into your browser address bar.

.. and i want to display 10 lowest values in different color.


The normal CF functionality limits it in xl2003 (my ver), to 3
conditions/colours. Hang around awhile for possible responses from others.
Good luck!
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 91
Default display lowest values

Hi max
Thank's for your file.
best regards

"Max" wrote:

"climate" wrote:
.. it's not works, when run it, locks computer ..


Sorry to hear that. FWIW, here's a working sample which illustrates:
http://www.freefilehosting.net/download/NDkzNzY=
Display lowest values CF.xls

Note: Do not click direct on the link if you're reading this from MS'
webpage. Do a copy n paste of the entire link, inclusive of the trailing "=",
into your browser address bar.

.. and i want to display 10 lowest values in different color.


The normal CF functionality limits it in xl2003 (my ver), to 3
conditions/colours. Hang around awhile for possible responses from others.
Good luck!
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default display lowest values

welcome.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"climate" wrote in message
...
Hi max
Thank's for your file.
best regards



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
Search lowest value in a column and display the entire row Bud New Users to Excel 4 August 28th 07 03:12 PM
How do I compare values of two cells and display the lowest. sherri Excel Worksheet Functions 2 June 21st 06 07:34 PM
Average of lowest 5 of 20 values? Fatfreek Excel Worksheet Functions 5 June 16th 06 03:49 AM
How can I identify the two lowest values in a row? jaysmith80 Excel Worksheet Functions 2 January 7th 06 03:29 AM
How do I display the lowest value in a row? Alex New Users to Excel 7 June 15th 05 12:58 PM


All times are GMT +1. The time now is 08:58 AM.

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"