#1   Report Post  
Posted to microsoft.public.excel.misc
eeehwc
 
Posts: n/a
Default urgent, help!


I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.
Thank you very much.


--
eeehwc
------------------------------------------------------------------------
eeehwc's Profile: http://www.excelforum.com/member.php...o&userid=26704
View this thread: http://www.excelforum.com/showthread...hreadid=488331

  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default urgent, help!

Enter and use this tiny UDF:

Function concat(r As Range) As String
Dim rr As Range
concat = ""
For Each rr In r
concat = concat & rr.Value
Next
End Function
--
Gary''s Student


"eeehwc" wrote:


I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.
Thank you very much.


--
eeehwc
------------------------------------------------------------------------
eeehwc's Profile: http://www.excelforum.com/member.php...o&userid=26704
View this thread: http://www.excelforum.com/showthread...hreadid=488331


  #3   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default urgent, help!

Note that this doesn't separate the entries by a comma.

See

http://www.mcgimpsey.com/excel/udfs/multicat.html

for an alternative.

In article ,
Gary''s Student wrote:

Enter and use this tiny UDF:

Function concat(r As Range) As String
Dim rr As Range
concat = ""
For Each rr In r
concat = concat & rr.Value
Next
End Function
--
Gary''s Student


"eeehwc" wrote:


I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.

  #4   Report Post  
Posted to microsoft.public.excel.misc
JMay
 
Posts: n/a
Default urgent, help!

If
A1 = Have
A2 = a
A3 = nice
A4 = Holiday
then
in B1 enter = A1&" "&A2&" "&A3&" "&A4
B1 will show Have a nice holiday

HTH

"eeehwc" wrote in
message ...

I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.
Thank you very much.


--
eeehwc
------------------------------------------------------------------------
eeehwc's Profile:
http://www.excelforum.com/member.php...o&userid=26704
View this thread: http://www.excelforum.com/showthread...hreadid=488331



  #5   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default urgent, help!

Or, separated by a comma:

=A1 & "," & A2 & "," & A3 & "," & A4

In article <RCZhf.28032$4l5.1211@dukeread05, "JMay"
wrote:

If
A1 = Have
A2 = a
A3 = nice
A4 = Holiday
then
in B1 enter = A1&" "&A2&" "&A3&" "&A4
B1 will show Have a nice holiday

HTH

"eeehwc" wrote in
message ...

I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.
Thank you very much.


--
eeehwc
------------------------------------------------------------------------
eeehwc's Profile:
http://www.excelforum.com/member.php...o&userid=26704
View this thread: http://www.excelforum.com/showthread...hreadid=488331



  #6   Report Post  
Posted to microsoft.public.excel.misc
JMay
 
Posts: n/a
Default urgent, help!

sorry, before my 2nd cup of coffee;;
da..........


"JMay" wrote in message
news:RCZhf.28032$4l5.1211@dukeread05...
If
A1 = Have
A2 = a
A3 = nice
A4 = Holiday
then
in B1 enter = A1&" "&A2&" "&A3&" "&A4
B1 will show Have a nice holiday

HTH

"eeehwc" wrote in
message ...

I have some words in 50 different cells, how can I put them togehter
into 1 single cell and seperated by comma by a formula.
Thank you very much.


--
eeehwc
------------------------------------------------------------------------
eeehwc's Profile:
http://www.excelforum.com/member.php...o&userid=26704
View this thread:
http://www.excelforum.com/showthread...hreadid=488331





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
Urgent - Help VBA Macro Jeff Excel Discussion (Misc queries) 8 October 3rd 05 08:25 PM
"Urgent" use script to share the workbook man Excel Discussion (Misc queries) 1 August 17th 05 02:09 PM
Shared Workbook Problem, Urgent calimari Excel Discussion (Misc queries) 2 July 8th 05 07:48 PM
Count the occurence of multiple (4 conditions). - Need urgent help CT Excel Discussion (Misc queries) 5 May 3rd 05 04:47 AM
Urgent Urgent Urgent!!! Ruslan Excel Discussion (Misc queries) 6 March 30th 05 02:59 PM


All times are GMT +1. The time now is 04:24 PM.

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"