Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
TSW TSW is offline
external usenet poster
 
Posts: 1
Default Combine cells and text wrapping

Im trying to Merge sets of names in Excel 2000. Fairly easy
to get the last name in cell b1 and the first name in cell c1 together

in A1 type = C1 & B1
is there an operator you can use to that when you key in 2 or 3 sets of
names into one cell that after each name it will skip down to the next line?

Something like
= C1 & B1 &"skip to next line" & E1 & D1 &"skip to next line" & G1 & F1

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default Combine cells and text wrapping

Somebody may have a cooler way of doing this, but try this...format the
cell so it does text wrapping:

Then do something like this:

=B1&" "&B2


And you just need enough spaces in between the quotes so it falls on
the next line. I dont think you can put in a return to the next line,
so this is a way to cheat.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Combine cells and text wrapping

= C1 & B1 & char(10) & E1 & D1 & char(10) & G1 & F1

format the cell for Word Wrap or the Char 10 will look like a square.

--
Regards,
Tom Ogilvy

"TSW" wrote in message
...
Im trying to Merge sets of names in Excel 2000. Fairly easy
to get the last name in cell b1 and the first name in cell c1 together

in A1 type = C1 & B1
is there an operator you can use to that when you key in 2 or 3 sets of
names into one cell that after each name it will skip down to the next

line?

Something like
= C1 & B1 &"skip to next line" & E1 & D1 &"skip to next line" & G1 & F1

Thanks



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
text wrapping in several cells ramona Excel Discussion (Misc queries) 6 March 17th 09 11:12 PM
wrapping text in merged cells Ann Excel Discussion (Misc queries) 2 April 3rd 08 04:51 PM
Text wrapping in cells sjmart Excel Discussion (Misc queries) 0 March 13th 08 10:15 PM
mergeing cells and wrapping text leo Excel Discussion (Misc queries) 2 March 21st 07 06:51 PM
Wrapping text in merged cells Taza Excel Discussion (Misc queries) 3 January 16th 07 08:56 AM


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