Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default conditional format question - I think...

Can anyone help me with this...
I think I need to do conditional formatting?

I have a number of rows of data in 3 columns A, B & C
For each row I want to highlight the data based on (red highest, Blue mid,
Green lowest) which ever value is the lowest.

Can anyone help...?

--


www.srsteel.co.uk
http://www.srsteel.co.uk/Panorama
http://www.srsteel.co.uk/landscape
http://www.srsteel.co.uk/Peru


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default conditional format question - I think...

Yes you can do that with conditional formatting:

Largest:
=AND($A$2<"",A2=MAX($A$2:$C$2))

Mid:
=AND(A2<"",A2=LARGE($A$2:$C$2,2))

Lowest:
=AND(A2<"",A2=MIN($A$2:$C$2))

And format as required.


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"simon" wrote in message
...
Can anyone help me with this...
I think I need to do conditional formatting?

I have a number of rows of data in 3 columns A, B & C
For each row I want to highlight the data based on (red highest, Blue mid,
Green lowest) which ever value is the lowest.

Can anyone help...?

--


www.srsteel.co.uk
http://www.srsteel.co.uk/Panorama
http://www.srsteel.co.uk/landscape
http://www.srsteel.co.uk/Peru




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default conditional format question - I think...

Just a note: You may want to write the ranges as $A2:$C2 so that the row
number will remain relative.

HTH,
Elkar


"Sandy Mann" wrote:

Yes you can do that with conditional formatting:

Largest:
=AND($A$2<"",A2=MAX($A$2:$C$2))

Mid:
=AND(A2<"",A2=LARGE($A$2:$C$2,2))

Lowest:
=AND(A2<"",A2=MIN($A$2:$C$2))

And format as required.


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"simon" wrote in message
...
Can anyone help me with this...
I think I need to do conditional formatting?

I have a number of rows of data in 3 columns A, B & C
For each row I want to highlight the data based on (red highest, Blue mid,
Green lowest) which ever value is the lowest.

Can anyone help...?

--


www.srsteel.co.uk
http://www.srsteel.co.uk/Panorama
http://www.srsteel.co.uk/landscape
http://www.srsteel.co.uk/Peru





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 Format Question Karl Excel Discussion (Misc queries) 5 January 11th 07 11:55 PM
Conditional Format Question carl Excel Worksheet Functions 3 June 28th 06 03:42 PM
Another Conditional format question Corben Excel Worksheet Functions 8 April 28th 06 05:46 PM
Conditional format question [email protected] Excel Discussion (Misc queries) 7 September 16th 05 04:15 PM
Conditional Format Question DougS Excel Worksheet Functions 3 May 3rd 05 01:36 AM


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