Using " Concatenate"

Pauljj

Well-known Member
Joined
Mar 28, 2004
Messages
2,047
I am using the Concatenate funtion to combine 3 columns of text, however 1 column has a number in it, which produces a VALUE error. Is there a way to convert a number to text. If I put in an apostrophe, this does work but I have 200 rows and dont want to have to insert an apostrophe before every cell ???
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Please show your formula, and the values, that are causing the VALUE error, as Concatenate shouldn't cause an error that way. ( by the way, I've seen people using "+" instead of "&" for concatenate ... you wouldn't be doing that would you? )
 
Upvote 0
I started to the & then changed it to use the CONTACENATE function, here is my example
hotels.wk4
BCDEF
2171Escondido,CA515WEST4THAVENUEEscondido,CA92025#VALUE!
2172#VALUE!
2173Southfield23859TELEGRAPHROADSouthfield48034-410523859TelegraphRoad,Southfield,48034-4105
2174RoanokeIntown1411COULTERDRNWRoanokeIntown24018#VALUE!
hotels
 
Upvote 0
And it's not the result of a formula?

The reason I ask is that you shouldn't be getting the #VALUE (I don't on my machine).

Try this as a formula copied down:

=A1&B1&TEXT(C1,"0")

Richard
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,747
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top