Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,560
Default Copying part of a cell

can you copy part of a cell, ie i want to take the first 8 characters of a
cell and copy into another cell
thanks
David
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default Copying part of a cell

Try this...

=LEFT(A1,8)

--
Rick (MVP - Excel)


"David" wrote in message
...
can you copy part of a cell, ie i want to take the first 8 characters of a
cell and copy into another cell
thanks
David


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Copying part of a cell

=left(A1,8)

"David" wrote:

can you copy part of a cell, ie i want to take the first 8 characters of a
cell and copy into another cell
thanks
David

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Copying part of a cell

If you really wanted to copy the first 8 characters...

You can select the cell.
Hit F2 (to go into edit mode)
Select the first 8 characters (in the formula bar)
Rightclick|Copy (or hit ctrl-c)
Hit escape to leave edit mode.

And paste into the receiving cell (or even in the formula bar if you want).


David wrote:

can you copy part of a cell, ie i want to take the first 8 characters of a
cell and copy into another cell
thanks
David


--

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
Search/Match/Find ANY part of string to ANY part of Cell Value TWhizTom Excel Worksheet Functions 0 July 21st 08 08:16 PM
Copying part of a cell lea Excel Discussion (Misc queries) 2 June 15th 08 01:18 AM
copying part of a cell's contents (formatted as dd:hh:mm) Tom in Americus Excel Worksheet Functions 1 March 27th 06 12:07 AM
copying part of a number string Bill R Excel Discussion (Misc queries) 1 February 12th 06 10:38 PM
Copying Part of a row down part of a column Not Excelling Excel Discussion (Misc queries) 3 January 6th 06 11:58 PM


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