Thread: IFBlank Formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aldricla aldricla is offline
external usenet poster
 
Posts: 2
Default IFBlank Formula

I'd like to run the following formula if Cells A11:A43
contain a blank. =IF(($A410)*(AND($B420)),$A41,"")

How do I go about this?

Thanks!