Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Copying Cell Content

Does anyone know how to copy only certain characters from cell to cell? For
instance, I am trying to copy the first 10 characters from a cell to a new
cell.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7,247
Default Copying Cell Content

=LEFT(A1,10)

will return the 10 left-most characters in cell A1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"Novice" <Novice @discussions.microsoft.com wrote in message
...
Does anyone know how to copy only certain characters from cell to cell?
For
instance, I am trying to copy the first 10 characters from a cell to a new
cell.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 52
Default Copying Cell Content

Chip, You are a life saver. This saves me 2 hours of manual work.

Sincerely,

Keith

"Chip Pearson" wrote:

=LEFT(A1,10)

will return the 10 left-most characters in cell A1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"Novice" <Novice @discussions.microsoft.com wrote in message
...
Does anyone know how to copy only certain characters from cell to cell?
For
instance, I am trying to copy the first 10 characters from a cell to a new
cell.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 634
Default Copying Cell Content

The other option is to copy the entire column to the new column, and then
use Data / Text to Columns on the new column with the Fixed Width option,
setting a break at the 10th character. This will split your data into 2
columns, the first being 10 characters wide and containing the first 10
characters of every cell, and the second column having the rest. Then just
select the second column and choose the option "Do not import" on that
column.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------



"Novice" wrote in message
...
Chip, You are a life saver. This saves me 2 hours of manual work.

Sincerely,

Keith

"Chip Pearson" wrote:

=LEFT(A1,10)

will return the 10 left-most characters in cell A1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"Novice" <Novice @discussions.microsoft.com wrote in message
...
Does anyone know how to copy only certain characters from cell to cell?
For
instance, I am trying to copy the first 10 characters from a cell to a
new
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
copy comment content to cell content as data not as comment Lilach Excel Discussion (Misc queries) 2 June 21st 07 12:28 PM
Copying worksheets into one workbook... based on content Petitboeuf Excel Discussion (Misc queries) 0 April 24th 06 01:21 PM
copying content of cell automatically to multiple cells PAUL GRAZIDE Excel Worksheet Functions 1 June 4th 05 06:52 PM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 0 February 11th 05 05:35 AM


All times are GMT +1. The time now is 12:00 AM.

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"