View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default Color a calculated percentage cell text red if results negative

Highlight appropriate cells; Format-conditional formatting-"Cell Value Is"
"less than" "0", then hit the format button and format appropriately.

"John" wrote:

I have a spread sheet containing columns Budget, Expense, Variance and %
Variance in cols A, B, C and D. Col D contains formulas of the form =C10/A10.

What code would I add to color negative percentage cell text red?

Thx for your help, John