View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default If, Then sttement

=IF(D328<"","add","")

--

"milkbonemom" wrote in message
...
I'm trying to get a result if something is not blank:
=IF(D328_is_not_blank,"add","")
The column will be text so if it is blank, I don't want anything returned
as
a result.