Conditional formatting Not working with Filter Function

ManUBlueJay

Active Member
Joined
Aug 30, 2012
Messages
326
Office Version
  1. 365
Platform
  1. Windows
I have data which is populated using the filter function from another table.
I am trying to condionally format the cells in a row where the data in Column C is greater than Columns B
I entered =C2>B2 in the folrmula bar but it randomly formats cells. Is it because the results in the cells are not actually numbers.
I would have expected row 2 and 4 to be formatted

Excel.png
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
ok
you need $
=$C2>$B2
Book1
CDEFGHIJKLM
1126TRUE
235FALSE17
353TRUEa126
412FALSEa35
544
6a53
7a12
Sheet1
Cell Formulas
RangeFormula
C1:D4C1=FILTER(L2:M10,K2:K10="a")
F1:F4F1=C1>D1
Dynamic array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C1:D4Expression=$C1>$D1textNO
 
Upvote 0

Forum statistics

Threads
1,224,809
Messages
6,181,075
Members
453,020
Latest member
mattg2448

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