Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cmmssmith
 
Posts: n/a
Default place text in one cell

Any suggestions on how I could extract text from multiple cells (in a row) to
be included in one cell.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default place text in one cell

One way, copy and paste the text into notepad first, then copy from notepad
, click in the formula bar of the selected cell and paste it


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com




"cmmssmith" wrote in message
...
Any suggestions on how I could extract text from multiple cells (in a row)
to
be included in one cell.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
cmmssmith
 
Posts: n/a
Default place text in one cell

Thanks Peo..

However I'm trying to do it all automaticly within excel. My specific task
is to place multiple names in on cell say h2, names that I'm looking to
include are in say L1 thru to Z1, based on a "x" in the cells directly below
series L1-Z1 (ie L2-Z2)

Cmmssmith

"Peo Sjoblom" wrote:

One way, copy and paste the text into notepad first, then copy from notepad
, click in the formula bar of the selected cell and paste it


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com




"cmmssmith" wrote in message
...
Any suggestions on how I could extract text from multiple cells (in a row)
to
be included in one cell.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sloth
 
Posts: n/a
Default place text in one cell

you need VBA to do it automatically, but if you many, many rows, then you can
use the following procedure to speed it up a little.

Say the first three columns are the first, middle, and last names, and you
want to join them with spaces inbetween. In D1 enter the following formula
=A1&" "&B1&" "&C1
the copy the formula down to the bottom of your data. You can then copy
column D and paste special (selecting values) to remove the formula and have
just data. You can then delete any original columns that you don't need
anymore.

"cmmssmith" wrote:

Any suggestions on how I could extract text from multiple cells (in a row) to
be included in one cell.

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 date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
HOW TO KEEP TEXT FROM MOVING OUT OF A CELL? Briguyy Excel Discussion (Misc queries) 2 February 23rd 06 09:04 PM
How do I set text to top of cell next to wrap text in Excel? Carpenter Gary New Users to Excel 1 October 25th 05 06:26 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Cell set to wrap text and blank line -- fix? Fred Holmes Excel Discussion (Misc queries) 0 January 25th 05 07:10 PM


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