View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I color code comments in cells on Excel spreadsheet?

Comments as in Insert Comment or just in-cell comments.

For the latter you could use in CFNew RuleUse a formula

=ISNUMBER(cellref) or =ISTEXT(cellref)

I don't know what "etc." encompasses so can't help there.


Gord Dibben MS Excel MVP

On Sat, 26 Sep 2009 14:57:01 -0700, LBH
wrote:

Excel 2007 - How do I color code comments on spreadsheets? green for text,
red for amounts, etc.