Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Highlight Minimum Number 0 in Red

Hi Everyone,

I Know this is Probably Simple to do. In the Conditional Format I have
tried the MIN Function, the SMALL Function, a Mixture of BOTH, I have
tried Cell Value Is, Formula Is, Equal To, Greater Than, But to NO
Avail. Can Someone Please Help. I Know I can Adjust the Formula so that
if the Value is Equal to Zero, it will put a Blank "", But this Just
Complicates the Formulas ( and Makes them Less Readable ) and Adds to
the File Size.
I have a Range of Numbers from C7:C1007.
I want to Highlight the Minimum ( Greater Than Zero ) Value in RED (
Background ).

Thanks in Advance
All the Best
Paul

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Highlight Minimum Number 0 in Red

select C7:C1007
with C7 the ActiveCell

format =Conditional formatting

change cell value is to formula is

=C7=Min(if($C$7:$C$10070,$C$7:$C$1007))

pay attention to the $ and no $ signs.

then set your pattern and so forth.
--
Regards,
Tom Ogilvy


"Paul Black" wrote in message
...
Hi Everyone,

I Know this is Probably Simple to do. In the Conditional Format I have
tried the MIN Function, the SMALL Function, a Mixture of BOTH, I have
tried Cell Value Is, Formula Is, Equal To, Greater Than, But to NO
Avail. Can Someone Please Help. I Know I can Adjust the Formula so that
if the Value is Equal to Zero, it will put a Blank "", But this Just
Complicates the Formulas ( and Makes them Less Readable ) and Adds to
the File Size.
I have a Range of Numbers from C7:C1007.
I want to Highlight the Minimum ( Greater Than Zero ) Value in RED (
Background ).

Thanks in Advance
All the Best
Paul

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 112
Default Highlight Minimum Number 0 in Red

Brilliant Tom, it Works Great.
All the Best
Paul



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
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
Get a row number of range where a value is between minimum and max Tetsuya Oguma Excel Worksheet Functions 2 October 1st 08 01:00 AM
How to get the minimum number of one column while ignoring the err Yuanhang Excel Discussion (Misc queries) 2 June 30th 07 03:06 PM
Minimum highlight Timothy Langaster Excel Worksheet Functions 3 May 30th 06 02:55 PM
Conditional format of minimum number MaggieMagill Excel Worksheet Functions 6 September 25th 05 11:36 PM
How do I sum a number of columns and ignore the minimum value? Nicole Excel Discussion (Misc queries) 2 December 10th 04 01:03 AM


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