SOLVED
Extracting strings from rows
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
Kuldeepmathur
8 - Asteroid
‎04-01-2022
11:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
HI,
Need to extract Id and their belonging location. I am able to extract Ids but could not be able to map the location to the specific Id.
Expected results :
Texas 22
Texas 24
Thanks,
Kuldeep
Solved! Go to Solution.
4 REPLIES 4
JarekSkudrzyk
11 - Bolide
‎04-01-2022
12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Tyro_abc
11 - Bolide
‎04-01-2022
03:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Kuldeepmathur here is my try, I tried to make it dynamic. This should work even if you have different digits in user ids or more than one "Or" clause.
Input 1
Input 2: ( Alpha-Numeric)
Output 1
Output 2( Alpha-Numeric)
Regards
Arundhuti
Tyro_abc
11 - Bolide
‎04-01-2022
03:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎04-27-2022
11:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Everyone :)
