Extract Data Until a Specific 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
insomned
8 - Asteroid
03-06-2023
12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, I have a column of data in which I need to extract everything until either "." or ",". For instance,
Name
Tony Hotels, Resort
Mada Hotels - Apartments
For this I would need
Name Extract
Tony Hotels,
Mada Hotels
as the end goal.
Could anyone help?
Thanks a million!
Labels:
- Labels:
- Developer
5 REPLIES 5
ShankerV
17 - Castor
03-06-2023
12:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
03-06-2023
12:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks!
03-06-2023
01:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apologies, what if I needed the data until the very first punctuation mark? Mainly "," or "-". Thanks!
ShankerV
17 - Castor
03-06-2023
01:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binu_acs
21 - Polaris
03-06-2023
01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator

