Basic Conditional Formatting Question.

JulieG

New Member
Joined
Mar 25, 2009
Messages
13
I would like to place conditional formatting on column A based off of the quotient of rows B and D.

I have applied my formulas (=AND(D2/B2<=.15,D2/B2>0). The fomula is accepted and formatted. However its not changing column A accordingly.

Now Column a contains text.. Could that be the problem.

Running Excel 2007!

Thanks
Julie
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

jbeaucaire

Well-known Member
Joined
May 8, 2002
Messages
6,012
Works for me in column A. Since there is no test OF column A, it doesn't matter what is in the actual cells being colored. Are you sure you set your color properly? If you want to test the formula directly, put that formula in a regular cell. It should return TRUE when true and FALSE when false, which let's you know how CF is going to see it.

=AND(D2/B2<=0.15,D2/B2>0)
 
Upvote 0

Forum statistics

Threads
1,191,165
Messages
5,985,036
Members
439,935
Latest member
Monty238

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
Top