Conditional format conundrum

Kriptik

New Member
Joined
Jan 20, 2005
Messages
39
I have tried to find the answer to this but nothing works. I have a target percentage in A2 and monthly attainment figures in B2, C2, D2 etc. I wanted the cells to change red if the monthly attainment exceeds the target. However even if I use an absolute ref ($A$2)...any conditional formatting always looks at the cell immediately to the left.

So if I format =IF(B2>$A$2, True,False) to colour the cells red what actualy happens is...

Jan Feb
A2=98 B2=96 C2=97

C2 changes to red because it is greater than B2

If anyone knows how I can do this without individually formatting the cells, I would be grateful

Regards
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Highlight the entire range you want to apply the formatting to (let's say B2 to Z2). Then write the formula based on the first cell in the range (the rest will adjust accordingly).

It worked for me when I wrote the Conditional Formatting Formula like this:
Code:
=B2>$A$2
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,135
Members
452,890
Latest member
Nikhil Ramesh

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