View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] seanbtrini@gmail.com is offline
external usenet poster
 
Posts: 11
Default Conditional formatting error

I have cells set up with conditional formatting;

If cell value(R14) is Less than (R15) then format (R14) red
If cell value(R14) is Greater than or equal to (R15) then format
(R14) green

My value in "R14 is 49 and "R15" is 49 but "R14" is coming up red when
it should be green.

Thank you in advance,
Sean