PC Review


Reply
Thread Tools Rate Thread

concatenate cell with text

 
 
=?Utf-8?B?R2lsbGVzIFAgKEZSKQ==?=
Guest
Posts: n/a
 
      14th Dec 2006
Hello,
I need to CONCATENATE text:
A B C D
1 To Ta (empty) Tu

Formula "=CONCATENATE(A11)" doesn't work....
and matrix formula "{=CONCATENATE(A11)}" doesn't work too.... (result is
"To")

Any idea ?
Thanks for your help
Gilles Provost
 
Reply With Quote
 
 
 
 
Nick Hodge
Guest
Posts: n/a
 
      14th Dec 2006
Gilles

Why not just

=A1&B1&C1&D1

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(E-Mail Removed)DTHIS
www.nickhodge.co.uk


"Gilles P (FR)" <(E-Mail Removed)> wrote in message
news:22A3F435-4E15-4B62-8FB8-(E-Mail Removed)...
> Hello,
> I need to CONCATENATE text:
> A B C D
> 1 To Ta (empty) Tu
>
> Formula "=CONCATENATE(A11)" doesn't work....
> and matrix formula "{=CONCATENATE(A11)}" doesn't work too.... (result is
> "To")
>
> Any idea ?
> Thanks for your help
> Gilles Provost


 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      14th Dec 2006
On Wed, 13 Dec 2006 22:59:00 -0800, Gilles P (FR)
<(E-Mail Removed)> wrote:

>Hello,
> I need to CONCATENATE text:
> A B C D
> 1 To Ta (empty) Tu
>
>Formula "=CONCATENATE(A11)" doesn't work....
> and matrix formula "{=CONCATENATE(A11)}" doesn't work too.... (result is
>"To")
>
>Any idea ?
>Thanks for your help
>Gilles Provost


=concatenate(a1,b1,c1,d1)

Otherwise you will probably need a VBA solution, or the MCONCAT function from
Longre's free morefunc.xll add-in available from http://xcell05.free.fr
--ron
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate text cell and formula cell result GoinCrazy Microsoft Excel Worksheet Functions 4 26th Nov 2008 04:27 PM
concatenate text and formatted cell Reddy Microsoft Excel Programming 2 11th Apr 2008 01:09 PM
How to concatenate cell & text in a text box? Jimbo213 Microsoft Excel Worksheet Functions 3 28th Mar 2008 09:00 PM
Concatenate text & number cell John Microsoft Excel Misc 3 30th Jun 2004 12:35 AM
concatenate text followed by a date from another cell teverest Microsoft Excel Discussion 1 8th Jan 2004 07:28 PM


Features
 

Advertising
 

Newsgroups
 


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