Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default CONCATENATE number and text from different cells

Hi,
i'm using Excel 2003 on Windows xp srvc pk 2
When I try to join "concatenate" a number and a text cell, both formatted as
"general" or 'text" I get an error value unless I use an ampersand.
i.e. =A2,C2 returns error value
=A2&C2 returns 123Main St.
=CONCATENATE(B19," ",D19) returns 123 Main St.
the latter 2 work fine except..
When I'm working between workbooks.
I can join text OK between workbooks but not a number and text ...
returns error value
Any help would be appreciated
furnaceman
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default CONCATENATE number and text from different cells

Works ok for me.

B1 = a number
D1 = some text

='C:\TV\[file.xls]Sheet1'!$B$1&" "&'C:\TV\[file.xls]Sheet1'!$D$1

=CONCATENATE('C:\TV\[file.xls]Sheet1'!$B$1,"
",'C:\TV\[file.xls]Sheet1'!$D$1)

Biff

"furnaceman" wrote in message
...
Hi,
i'm using Excel 2003 on Windows xp srvc pk 2
When I try to join "concatenate" a number and a text cell, both formatted
as
"general" or 'text" I get an error value unless I use an ampersand.
i.e. =A2,C2 returns error value
=A2&C2 returns 123Main St.
=CONCATENATE(B19," ",D19) returns 123 Main St.
the latter 2 work fine except..
When I'm working between workbooks.
I can join text OK between workbooks but not a number and text ...
returns error value
Any help would be appreciated
furnaceman



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default CONCATENATE number and text from different cells

T,
I tried the c:\ path and got the same result as before.
BUT...
=CONCATENATE(TEXT('[WORK ORDER.xls]COVER'!$B$19,"General")," ",'[WORK
ORDER.xls]COVER'!$D$19)
I found the TEXT operator and the number to text format qualifier"General"
or I assume "Text" and that seems to fix my problem, 3 hours, persistance,
later...

Thanks for your assitance.
furnaceman

"T. Valko" wrote:

Works ok for me.

B1 = a number
D1 = some text

='C:\TV\[file.xls]Sheet1'!$B$1&" "&'C:\TV\[file.xls]Sheet1'!$D$1

=CONCATENATE('C:\TV\[file.xls]Sheet1'!$B$1,"
",'C:\TV\[file.xls]Sheet1'!$D$1)

Biff

"furnaceman" wrote in message
...
Hi,
i'm using Excel 2003 on Windows xp srvc pk 2
When I try to join "concatenate" a number and a text cell, both formatted
as
"general" or 'text" I get an error value unless I use an ampersand.
i.e. =A2,C2 returns error value
=A2&C2 returns 123Main St.
=CONCATENATE(B19," ",D19) returns 123 Main St.
the latter 2 work fine except..
When I'm working between workbooks.
I can join text OK between workbooks but not a number and text ...
returns error value
Any help would be appreciated
furnaceman




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
number of cells containing text Xhawk57 Excel Discussion (Misc queries) 1 August 11th 06 05:44 PM
How to set a number number value as text in all cells ? Paul Peters Excel Worksheet Functions 0 August 11th 06 07:27 AM
Can I concatenate text in cells to make a working formula? Matt S. R. Excel Discussion (Misc queries) 11 November 11th 05 03:44 PM
How to Concatenate with a text & number || cypher || Excel Worksheet Functions 1 June 25th 05 12:43 AM
concatenate a text string if two different cells contain the sam. Linda G Excel Worksheet Functions 5 January 17th 05 07:53 PM


All times are GMT +1. The time now is 09:04 AM.

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

About Us

"It's about Microsoft Excel"