Thread: cell formatting
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GG
 
Posts: n/a
Default cell formatting

how to programatically format cell with color when contents meet conditions.
Example: =if cell A1="pass" highlight C1 (where the formula is) with Green,
and so on. and if condition does not come true leave the default or format as
per the user need. Appreciate your help.