View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
MyVeryOwnSelf MyVeryOwnSelf is offline
external usenet poster
 
Posts: 213
Default Color a calculated percentage cell text red if results negative

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?


One way:
Format Cells Number Custom

and under "Type" put
0.00%;[Red]0.00%


Or even better:
0.00%;[Red]-0.00%