Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Delete first two characters in a cell...

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Delete first two characters in a cell...

And lose the first two characters?

Select that column
Data|Text to columns
Fixed width
draw a line before the last name
choose not to import the first field
and plop the results into the original location.

ChuckF wrote:

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Delete first two characters in a cell...

Try this: =MID(A1,3,255)
If you then want to delete all the names with initials you should first use
Copy followed by Paste Special (Values) on the cell with this formula.
best wishes

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"ChuckF" wrote in message
ups.com...
I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default Delete first two characters in a cell...

=RIGHT(A1,LEN(A1)-FIND(" ",A1))

ma ma no teeth

"ChuckF" wrote:

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Delete first two characters in a cell...

Select the relevant column, then go to Data--Text to columns and follow the
instructions. You'll be able to split the A Smith into two separate columns,
A and Smith. Delete the first column with the first initials if needed.

Dave
--
Brevity is the soul of wit.


"ChuckF" wrote:

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Delete first two characters in a cell...

Thanks everyone!

Dave F wrote:
Select the relevant column, then go to Data--Text to columns and follow the
instructions. You'll be able to split the A Smith into two separate columns,
A and Smith. Delete the first column with the first initials if needed.

Dave
--
Brevity is the soul of wit.


"ChuckF" wrote:

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Delete first two characters in a cell...

try something like
=right(A1,len(A1)-2)

"ChuckF" wrote:

I have a spreadsheet which shows the first inital and a space for
everyone in our company. I am trying to cut that down to simply show
the last name. Can anyone help me delete the first two characters
(first initial and the space) from a spreadsheet like this?

A Smith
A Thomas
B Patterson
C Jones

I want to return the following:
Smith
Thomas
Patterson
Jones


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
Automatically printing psted text over 250 characters to another cell Hobart007 Excel Worksheet Functions 1 July 14th 06 12:12 PM
Number of characters in a cell Braders999 Excel Discussion (Misc queries) 3 July 10th 06 02:39 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
set up a macro to delete characters in each cell of a column Rick Excel Discussion (Misc queries) 2 September 18th 05 03:02 AM
remove last three characters of cell mira Excel Discussion (Misc queries) 8 July 28th 05 12:06 AM


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