Conditional Formatting question

Ricki

New Member
Joined
Sep 5, 2014
Messages
28
Office Version
  1. 365
Platform
  1. Windows
I have a sheet with several columns. I need to highlight a cell that is the top based on another cell.
example:
column A column B column C
1 2 3
2 4 2
1 1 2
1 4 6

Based on the above values, the value 4 needs to be highlighted if the value in col A is = 1.

How should I go about it to get the desired result?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Conditional format range: B1:B4 (change accordingly)

Conditional formatting formula:
Excel Formula:
=AND(B1=MAXIFS(B1:B4,A1:A4,1), A1=1)

Change the ranges accordingly for the above formula.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,177
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top