conditional format not working

palaeontology

Active Member
Joined
May 12, 2017
Messages
444
Office Version
  1. 2016
Platform
  1. Windows
I have the following lookup table .,..

7.JPG


If I use the following formula in one of the cells listed in that table, for example if I place the formulae in cell N10, it returns a "Y" as it should ....

=IF(COUNTIF($CH$6:$DF$31,ADDRESS(ROW(),COLUMN(),4))>0,"Y","")

I've checked the formula in all of the cells mentioned in the list and they've all returned the appropriate result ... a "Y"

I've check the formula in cells that are not in the list, and they've returned a blank result, as expected.

So, in short, I know the formula works.

However when I try to use it in conditional formatting, where, I want the cells to return as filled with the colour black, nothing happens.

Can anyone see where I have gone wrong ?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
For CF you would just use
Excel Formula:
=COUNTIF($CH$6:$DF$31,ADDRESS(ROW(),COLUMN(),4))>0
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,649
Members
448,975
Latest member
sweeberry

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