merge text togther and add a space between each text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I orginally used the text to columns to seperate the text. Then I used
concatenate but the text is string together. I want to merge the text
togther using a space in between the text.
 
hi.
this is access not excel.
assuming you have text in a1 and b1 then in c1 put
=concatinate(A1," ",B1)
 

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