#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Concatenate Help

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Concatenate Help

Sorry...I meant to say =CONCATENATE(A1,B1) and C1 will have nothing in it.

"Big UT Fan" wrote:

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Concatenate Help

If there is text in A1 and text in B1 and C1 has the formula
=CONCATENATE(A1,B1) then C1 should have the two texts concatenated. I just
did it (again) and it worked (again).
--
angelico


"Big UT Fan" wrote:

Sorry...I meant to say =CONCATENATE(A1,B1) and C1 will have nothing in it.

"Big UT Fan" wrote:

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Concatenate Help


Angelico,
That's why I'm confused. This is a simple function. But I've tried it
in different worksheets and my different methods but it does NOT work for me.
I'm using Excel 2003 but I'd still expect this to work. Anyone have any
thoughts?

Thanks!

"angelico" wrote:

If there is text in A1 and text in B1 and C1 has the formula
=CONCATENATE(A1,B1) then C1 should have the two texts concatenated. I just
did it (again) and it worked (again).
--
angelico


"Big UT Fan" wrote:

Sorry...I meant to say =CONCATENATE(A1,B1) and C1 will have nothing in it.

"Big UT Fan" wrote:

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Concatenate Help

I left out an important bit of information. I'm trying to perform the the
CONCATENATE into a cell in worksheet X from 2 cells in worksheet Y. Fyi,
after activating my version the basic concat works but this still doesn't.
Here's what I try to do and the result. I've also used the function wizard
just to see what result was "supposed" to be stored in A1.

Worksheet X, Cell A1 =CONCATENATE('Y'!B1,"/",'Y'!C1)

The value in A1 will be "=CONCATENATE('Y'!B1,"/",'Y'!C1)".

Can this even be done? I'm totally confused.

"Big UT Fan" wrote:

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 161
Default Concatenate Help

Be carefull when inserting links to other sheets. Better way then type the
formula is clicking on cells u want to concatenate. Assuming ur sheet name is
Sheet Y, proper syntax is: =CONCATENATE('worksheet Y'!A1,"/",'worksheet Y'!B1)

if ur sheet is called Y, then syntax is different =CONCATENATE(Y!A1,"/",Y!B1)

I put slash in between, u can replace it by other string.

Finally, u do not need concatenate after all, can do the same with:

='worksheet Y'!A1&"/"&'worksheet Y'!B1)

or

=Y!A1&"/"&Y!B1

depending of how ur Y sheet is named.

HTH




"Big UT Fan" wrote:

I left out an important bit of information. I'm trying to perform the the
CONCATENATE into a cell in worksheet X from 2 cells in worksheet Y. Fyi,
after activating my version the basic concat works but this still doesn't.
Here's what I try to do and the result. I've also used the function wizard
just to see what result was "supposed" to be stored in A1.

Worksheet X, Cell A1 =CONCATENATE('Y'!B1,"/",'Y'!C1)

The value in A1 will be "=CONCATENATE('Y'!B1,"/",'Y'!C1)".

Can this even be done? I'm totally confused.

"Big UT Fan" wrote:

I can't seem to get concatenate to work. I've tried even very simple
attempts. Such as text in A1 and B1 and entering this function into C1
=CONCATENATE(A1, B1)/ C1 will have nothing in it. I try using
=CONCATENATE(TEXT(A1), TEXT(B1))...nothing. I try =A1 & B1 with the same
results...nothing. What am I doing wrong?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate Sena Excel Discussion (Misc queries) 1 September 9th 07 02:44 PM
Concatenate Morrigan Excel Discussion (Misc queries) 5 May 24th 06 11:04 PM
CONCATENATE mwlau Excel Discussion (Misc queries) 2 May 16th 06 05:49 PM
concatenate Dave Breitenbach Excel Worksheet Functions 4 January 31st 06 05:56 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM


All times are GMT +1. The time now is 06:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"