Adding Identifier
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
dunkindonut7777
8 - Asteroid
‎09-04-2023
01:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I want to know if how can I add a ascending order identifier of each line just like the fill in series function in excel. I want to add a number every location. See sample below:
Code | Location | Identifier (Expected Output) |
11111 | California | California1 |
11111 | California | California2 |
22222 | Ohio | Ohio1 |
22222 | Ohio | Ohio2 |
44444 | Texas | Texas1 |
44444 | Texas | Texas2 |
How can I add another identifier column considering there are thousands of lines reflected in the data? Thank you so much for the helo
Labels:
- Labels:
- Adobe
4 REPLIES 4
Raj
16 - Nebula
‎09-04-2023
01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Use multifield formula tool to achieve this output
Raj
16 - Nebula
‎09-04-2023
01:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
FinnCharlton
13 - Pulsar
‎09-04-2023
02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @dunkindonut7777 , here's how you accomplish this:
We start by creating a unique identifier for each duplicate location. We can do this with the multi-row formula tool grouped by location - doing this we ensure we start counting again for each new location. We can then use a formula tool to create the Identifier column.
binuacs
21 - Polaris
‎09-04-2023
02:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@dunkindonut7777 Another method using Tile tool
