Edit numeric data typed as string
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
colling
6 - Meteoroid
‎12-09-2021
03:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone
I have one question realated parsing data.
The current column type is string but detailed datas are union of numbers and string.
In this situation, I would like to choose data which is composed only of number and delete zero with formula.
For example, I want to substitute '00082738' data to '82738' and the others are remained
Before | After |
00k228g | 00k228g |
00082738 | 82738 |
ckdkrkk | ckdkrkk |
Is there any solution? please share your intelligent idea. ; - ;
Thank you
Labels:
- Labels:
- Parse
4 REPLIES 4
binuacs
21 - Polaris
‎12-09-2021
03:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
‎12-09-2021
08:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@colling
A bit different approach
‎12-09-2021
10:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
‎12-11-2021
03:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@colling
happy to help and would appreciate if you could mark my solution as accept so other person can also refer it.
