Concatenate

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

Why can't I concatenate 2 cells with numbers that are formated as text?
 
What occurs when you try?

Show us a formula.

Do you see the formula and not the result?

Format the cell as General and re-enter the formula.

Uncheck "View Formula" mode.

Stick with your original thread.


Gord Dibben MS Excel MVP
 
You can...
=CONCATENATE(A1,A2)
with numbers in A1 and A2 which are formatted as TEXT.

Why do you say you can't?

Of course you will get a text and not a number...
If you want a number then use
=CONCATENATE(A1,A2)*1
 
=A1 & A2

Let us know the values in there..

If this post helps click Yes
 

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