EXcel Del text - other than-start letters MB
Closed
anand
-
Mar 20, 2009 at 02:18 AM
password00 Posts 23 Registration date Tuesday December 30, 2008 Status Member Last seen June 18, 2009 - Mar 21, 2009 at 03:01 AM
password00 Posts 23 Registration date Tuesday December 30, 2008 Status Member Last seen June 18, 2009 - Mar 21, 2009 at 03:01 AM
Related:
- EXcel Del text - other than-start letters MB
- Start up sound changer - Download - Customization
- Keyboard won't type letters - Guide
- Gta 5 100 mb download for pc - Download - Action and adventure
- Excel mod apk for pc - Download - Spreadsheets
- Kernel for excel repair - Download - Backup and recovery
1 response
password00
Posts
23
Registration date
Tuesday December 30, 2008
Status
Member
Last seen
June 18, 2009
11
Mar 21, 2009 at 03:01 AM
Mar 21, 2009 at 03:01 AM
hi,
You can use the function SEARCH to find the position of the letters in the text, and then the function LEFT to retrieve only the portion of the text before it.
=LEFT(A1:<how much you have>,SEARCH("<the letters you need to remove>",A1:<how much you have>)-1)
You can use the function SEARCH to find the position of the letters in the text, and then the function LEFT to retrieve only the portion of the text before it.
=LEFT(A1:<how much you have>,SEARCH("<the letters you need to remove>",A1:<how much you have>)-1)