- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Sixth data extraction
Let say I have data "12345278" and "12345078" and would like to extract out the sixth, any formula I can use?
Coz if use Right(data,3), then the data will be "278" or "078"
For every sequence have to be extracted out in diff column, so it might be quite inconvenient to use like this: Left(Right(data,3),1)
Any suggested method to do this?
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Sixth data extraction
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Sixth data extraction
The Scripting Index is in the Help menu.
Craige
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Sixth data extraction
Thank you!