View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Conditional Formatting - indirect

For example; select Column C and then from menu FormatConditional
FormattingSelect 'Formula Is'

=E1=TRUE

and select a color...


--
Jacob


"AA2e72E" wrote:

How can I format column B based on the true|false result of a formula
applying to column E?

Thanks.