View Single Post
  #1   Report Post  
Eric
 
Posts: n/a
Default Adding text before a function

How do you add text before you run a function? For instance, I want
to put a + prior to running a datedif function so the out come comes
back +7 days.

i.e. Taking the date range in A1 as 15-Oct and A2 20-Oct i want it to
display +5 days. I have it so that I can do it as 5 days, but I want
the "+" in there as well: datedif(A1,A2,"d")&" days"


Any ideas?