If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > extract last word 4 multiple cells

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-18-04, 18:51
Slackers Slackers is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
extract last word 4 multiple cells

i need to just keep the last word of my cell for about 5000 cells.

i.e. Clothing:LSTP1000 i only need the LSTP1000

but i need to do this for 5000 cells, on all of them i need everything after the colon

Thank you for your help!
Reply With Quote
  #2 (permalink)  
Old 04-18-04, 22:10
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Welcome to the Board!

Here's a formula approach: =RIGHT(A1,LEN(A1)-FIND(":",A1))

Or faster would be to highlight the entire range and goto Data-->Text to Columns-->Delimited. Select "Other" and enter a Colon. It will parse your information into two seperate columns.

Hope that helps,

Smitty

EDIT: Typo
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On