ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   CONCATENATE not working (https://www.excelbanter.com/excel-programming/389428-concatenate-not-working.html)

Bruce A. Julseth

CONCATENATE not working
 
I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..



Gary Keramidas

CONCATENATE not working
 
works for me

try
=F2 & "-" & G2

--


Gary


"Bruce A. Julseth" wrote in message
...
I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..




papou

CONCATENATE not working
 
Hi Bruce
Probably beacause your cell in H2 is formated as text too.

HTH
Cordially
Pascal

"Bruce A. Julseth" a écrit dans le message
de news: ...
I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..




ufo_pilot

CONCATENATE not working
 

this works
=F2&" - "&G2

"Bruce A. Julseth" wrote:

I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..




Don Guillett

CONCATENATE not working
 
Should work if text or number

--
Don Guillett
SalesAid Software

"Bruce A. Julseth" wrote in message
...
I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..



PaulW

CONCATENATE not working
 
Do a find and replace.

Find =
Replace with =

that will sort it.

"Bruce A. Julseth" wrote:

I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..




Bruce A. Julseth

CONCATENATE not working
 

"PaulW" wrote in message
...
Do a find and replace.

Find =
Replace with =

that will sort it.

"Bruce A. Julseth" wrote:

I have
F2 G2 H2
Zip Plus4 ZipPlus4
84116 3153 =CONCATENATE(F2,"-",G2)


F2 and G2 are "Formated" to be text.

Why is the H2 value =CONCATENATE(F2,"-",G2) and not 84116-3153?

Thank you..




This worked, namely Find = and replace with =.
Why?

I reFormated H2 to be "General" and it now works.
Why?

Thank you....






All times are GMT +1. The time now is 01:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com