Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Conditional Formating: MAX & MIN

Hello and thanks for reading,

I use two conditional format formulas in the same column to bold the highest and lowest values starting in row 6 to row 38 as follows:

=(B6=MAX($B$6:$B$38))*(LEN(B6)0)
=(B6=MIN($B$6:$B$38))*(LEN(B6)0)

It works fine. However, I'd like to alter this to only bold the highest value if that value is 2 (greater than +2) and only bold the lowest value if that value is <-2 (less than -2).

Help would be appreciated as my attempts at messing with the formulas fail.

Thanks,
Wes

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Conditional Formating: MAX & MIN

Hi Wes,

Am Sat, 13 Apr 2013 20:55:10 -0700 (PDT) schrieb Wes Finch:

=(B6=MAX($B$6:$B$38))*(LEN(B6)0)
=(B6=MIN($B$6:$B$38))*(LEN(B6)0)


try:
=(B6=MAX($B$6:$B$38,2))
and
=(B6=MIN($B$6:$B$38,-2))*(LEN(B6)0)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default Conditional Formating: MAX & MIN

Hi Wes,

Am Sun, 14 Apr 2013 07:41:53 +0200 schrieb Claus Busch:

=(B6=MIN($B$6:$B$38,-2))*(LEN(B6)0)


so zero can't be minimum you can change the formula:
=(B6=MIN($B$6:$B$38,-2))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Conditional Formating: MAX & MIN

Hi Claus,
Thanks for your help.
It works great.
Wes

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
Conditional formating Walley Excel Discussion (Misc queries) 1 August 25th 09 11:30 PM
Formating - Conditional markvdh Excel Programming 0 June 6th 06 03:18 PM
conditional formating?? Daveed Excel Discussion (Misc queries) 5 January 16th 06 01:27 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
Conditional formating Frank Haverkamp[_3_] Excel Programming 1 January 11th 04 10:17 PM


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