Problem w/ conditional format

micfly

Well-known Member
Joined
Sep 8, 2008
Messages
543
Excel 2002

I have a couple of cells with conditional formatting set to change the font color to red if the cell value is less than another cell. I am using the conditional formatting option from the format toolbar. Slect cell, click conditional formatting and enter the following:
Condition 1 : less than : ="c19"

Seems simple but it's not working. Sometimes the cells value is red when it is greater than cell c19. I've tried unlocking these cells just to see if that made a diference but to no avail. Also, these cells are stock quotes updated with a click of the Update Quotes add-in. Any ideas? Can't seem to find another instance of this. thanks
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Domski

Well-known Member
Joined
Jan 18, 2005
Messages
7,292
Is calculation set to manual in your workbook? Have a look at tools...options...calculation.

Dom
 
Upvote 0

lenze

Legend
Joined
Feb 18, 2002
Messages
13,690
Use Formula Is
Code:
=(A2<$C$19)*A2
where C2 is the cell to be Conditionally Formatted!
lenze
 
Upvote 0

Jacophile

Board Regular
Joined
Mar 8, 2009
Messages
51
Hi Dom, could be a problem with the dollars signs in the reference. Make sure it is relative or absolute as required.
 
Upvote 0

lenze

Legend
Joined
Feb 18, 2002
Messages
13,690
Select A2, or your 1st cell of interset. Choose Format>Conditional Formatting. Change "Cell Value Is" to "Formula Is" via the dropdown. Enter the formula and select format. Use the Format Paintbrush to copy the format to other cells. Change A2 to your star cell
lenze
 
Upvote 0

Forum statistics

Threads
1,191,708
Messages
5,988,234
Members
440,139
Latest member
ngaicuong2017

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