I have a dataset with >1000 lines of data. Column A is a 10-digit ID that I need to deidentify to a non-identifying code. An example is below.
What formula should I use to create column B and list all of the groups of numbers as one site?
Thanks in advance!
What formula should I use to create column B and list all of the groups of numbers as one site?
Thanks in advance!
Column A (currently lists sample data as 10 digit ID number - this is not the actual data) | Column B - this is the new column that I want to create and list these as (01, 02, 03, 04... etc.) | Columns c-f (unique data like location, values, scores, etc.) |
9746584102 | 01 | |
9746584102 | 01 | |
9746584102 | 01 | |
9746584102 | 01 | |
7625182637 | 02 | |
7625182637 | 02 | |
7625182637 | 02 | |
7625182637 | 02 | |
7625182637 | 02 | |
1122237313 | 03 | |
1122237313 | 03 | |
1122237313 | 03 |