ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   conditional format question - I think... (https://www.excelbanter.com/excel-worksheet-functions/164834-conditional-format-question-i-think.html)

simon

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



Sandy Mann

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





Elkar

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






Sandy Mann

conditional format question - I think...
 
And in my first formula
=AND($A$2<"",
should have been:
=AND(A2<"",
--
HTH

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


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


"Elkar" wrote in message
...
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










All times are GMT +1. The time now is 10:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com