Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 989
Default how to keep the first initial of a name &delete the rest in cell

how to keep the first initial of a name and delete the rest of the character
in a cell.
Etc. "Mike" the result should be "M", "Darlene" should be "D"
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default how to keep the first initial of a name &delete the rest in cell

One way, assuming many cells in a column:

Choose Data/Text to Columns. Select Fixed. Click Next. set a break
between the first and second character. click Next. Select the
right-hand column(s) and select the Do not import (skip) radio button.
Click Finish.


In article ,
mark wrote:

how to keep the first initial of a name and delete the rest of the character
in a cell.
Etc. "Mike" the result should be "M", "Darlene" should be "D"

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default how to keep the first initial of a name &delete the rest in cell

If your name cell is A1 then write this formula in B1:
=LEFT(TRIM(A1),1)

That will enter the first character from the entry in A1 into B1. You
could then copy all the entries in B1 and paste them over A1 as
values, and delete entries in B as needed.

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
Addind cell together with a rest. Rodger Excel Discussion (Misc queries) 7 February 21st 07 01:32 AM
How can I have an initial zero in an Excel cell? ALupin Excel Discussion (Misc queries) 4 November 11th 06 10:16 AM
Jon Peltier's code: can't delete initial series?? Ed Charts and Charting in Excel 2 October 4th 06 03:11 AM
delete unused columns and grey out the rest area random number generator Excel Worksheet Functions 1 March 31st 06 06:32 PM
Based on one cell criteria to change the rest of that row to a col Rochelle B Excel Discussion (Misc queries) 7 November 13th 05 02:42 AM


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