Excel: How to Delete The First or Last Word

Learn how to delete or remove the first word in a column or last word in a column set in Microsoft Excel

I was looking at maintaining some excel databases and I needed to delete the first word from every row in a certain column in Microsft Excel. I imagined myself going through every cell and deleting the dratted word but I thought a macro could do that. Better yet there is an excel formula which you can program to get Excel to delete and remove the first word from a cell column/row or even the last word depending on what you need:

Code for deleting the first word in a cell in Excel:

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

Code for deleting the last word in a cell in Excel:

=LEFT(C2,LEN(C1)-2)

General Computing | Have you enjoyed this post? Share it with your friends... »

  • Bill Henson Artwork: ... ruined his new-found cachet with the artistic community last week by declaring that photographer Bill Henson's work was "revolting". -- ...
  • Delete Old Lightroom Catalog Backups to Save Gigabytes of Disk Space: ... all my other files, I think I can risk just having the last backup or simply to dump the whole backup catalog process. So where do you find and delete these old Adobe Lightroom catalog files? In Windows its in your ...
  • The Bird, Bird, Bird, the Bird is the Word: ... get enough of "the bird bird bird, the bird is the word" - the real song name is: "Surfin' Bird" sung by "The Trashman". Never ... "I dream of Jesus". Surfin'Bird (aka Bird is the Word) Videos Here's the video of "Bird is the Word" from Family guy: ...
Search For More Articles Related to:
Excel: How to Delete The First or Last Word
 
Web Blog.Photos2View.com

Post new comment

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div> <h3> <blockquote>
  • Lines and paragraphs break automatically.
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • Images can be added to this post.