Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 149
Default Return while useing CONCATENATE

I have list of cell that I am combining. I need some help in placing a
RETURN so that the combined cells are on more then one like.

example.
From: Project Manager John Doe Section 23
=CONCATENATE(B3," ",B4," ",B5)

To:
Project Manager
John Doe
Section 23

--
Work is sometimes hard....but someone has to do it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Return while useing CONCATENATE

=CONCATENATE(B3 & CHAR(10), B4 & CHAR(10),B5)
--
Gary''s Student - gsnu200845
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 149
Default Return while useing CONCATENATE

Hours of searching done in 5 mins, thanks


--
Work is sometimes hard....but someone has to do it.


"Gary''s Student" wrote:

=CONCATENATE(B3 & CHAR(10), B4 & CHAR(10),B5)
--
Gary''s Student - gsnu200845

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Return while useing CONCATENATE

Or this:
=CONCATENATE(B3,CHAR(10),B4,CHAR(10),B5)
or
=B3&CHAR(10)&B4&CHAR(10)&B5



Gary''s Student wrote:

=CONCATENATE(B3 & CHAR(10), B4 & CHAR(10),B5)
--
Gary''s Student - gsnu200845


--

Dave Peterson
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
Hard return in concatenate [email protected] Excel Worksheet Functions 5 February 8th 09 05:30 AM
Concatenate results of scores and return sum of percentages [email protected] Excel Worksheet Functions 4 December 29th 08 09:07 PM
Concatenate with carriage return- how to remove blanks? cindyc Excel Worksheet Functions 3 September 17th 08 10:31 PM
how insert the return key in formulas for concatenate of text? ~0-0~ Excel Discussion (Misc queries) 2 March 18th 08 06:13 PM
Using concatenate to include a line return dan Excel Discussion (Misc queries) 1 January 26th 06 01:52 PM


All times are GMT +1. The time now is 02:14 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"