Conditional Concatenate

  • Thread starter Thread starter twaccess
  • Start date Start date
T

twaccess

Hi all.

Its been a while since I was last here. I'm wondering if its possibl
to devise a formula which concatenates a sentence in column B each tim
there's an occurence in column A ?

Thanks


T
 
One way:

B1: =IF(A1<>"",A1 & " starts this sentence.","")

copy down as far as necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top