Ok, I have a large set of data and the values in the rows repeat themselves but they mean something different based on other factors. Here is a sample of what I am looking at:
Loc Item
1 A
1 B
1 A
1 B
2 A
2 B
2 A
2 B
2 A
So I want a different value assigned to the first row that has 1 and A vs the second time 1A shows up. Is there a formula that I can write, say in column c that will add some kind of unique identifier?
Loc Item
1 A
1 B
1 A
1 B
2 A
2 B
2 A
2 B
2 A
So I want a different value assigned to the first row that has 1 and A vs the second time 1A shows up. Is there a formula that I can write, say in column c that will add some kind of unique identifier?