View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 113
Default Conditional Formatting using two formula conditions

Basically, I want to apply conditional formatting like so
IF (AD3<"") AND (AE3="") THE

so, two linked conditions, is there a way to do this with conditional formatting's "formula is"
=AD3<"" works fine, but it's getting two conditions to work that is the problem

Thanks