View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default If, Then sttement

TRIM is an Excel function, and is explained in Excel help (as are all other
Excel functions except one).
--
David Biddulph

"milkbonemom" wrote in message
...
Thanks. That works! what does "trim" mean?

"Jim Thomlinson" wrote:

Perhaps this...

=if(trim(d328) = "", "", "add")
--
HTH...

Jim Thomlinson


"milkbonemom" wrote:

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.