![]() |
|
#1
|
|||
|
|||
![]()
Hi all,
how do i apply conditional formatting where i want to highlight and compare numerical value between 2 cells so lets say we have a table and we have the values in B2 =3 and C2= 2 How should i put a rule that will highlight the cell in that row (or column) with the highest (or lowest) value. How is that achieved? |
#2
|
||||
|
||||
![]()
Hello
Select the range to format ( say B2:C2) Home ribbon Styles tab Cond formatting Click " manage rules" - New rule - Use a formula Enter Code:
=B$2=max(B2:C2) Format as required -Finish EDIT Replace MAX with MIN if needed
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post Last edited by Pecoflyer; 01-19-2012 at 06:59 AM. Reason: Added |
#3
|
|||
|
|||
![]()
this doesn't work..
![]() i did exactly what you said but both cells both B2 and C2 were filled. maybe i didn't explain what i want. let's say i want to put data for 2 contestants. Then i need to highlight(by formatting) the higher value for each characteristic. for example height b2: 1,68 c2: 1,75 ! i want cell C2 to be highlighted |
#4
|
|||
|
|||
![]()
highlight B2 and C2 go conditional format / formula is
Code:
=RANK(B2,$B$2:$C$2)=1 |
#5
|
||||
|
||||
![]()
My mistake
should be Code:
=B2=MAX($B$2:$C$2)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
zeppelinmike | Excel | 1 | 11-13-2011 08:05 AM |
![]() |
Lucky | Excel | 2 | 10-03-2011 11:41 PM |
Conditional Formatting | namedujour | Excel | 3 | 08-25-2011 01:46 PM |
![]() |
Snvlsfoal | Excel | 3 | 07-03-2011 11:55 PM |
![]() |
djreyrey | Excel | 3 | 06-03-2011 01:54 AM |