B
Bailey
Hi:
I need to find a way to create a number, which is
incremented whenever a set of criteria match.
Specifically, I have a letter in one column and a license
plate in another. I want to match the letter and license
place and then assign an incrementing number on the
matched records. So, the number 1 is next to the first
instance of A ABC123 and 2 is next to the second instance
of A ABC123. However, when the letter switches to B
ABC123, I want the number to start from 1 again.
Ideally, the following is what I want to see (I currently
have the 2nd and 3rd columns):
# L License
1 A ABC123
2 A ABC123
3 A ABC123
1 B ABC123
1 C ABC123
1 A AAA111
2 A AAA111
1 B AAA111
2 B AAA111
1 C AAA111
2 C AAA111
1 A BBB222
1 B BBB222
1 C BBB222
Can anyone help me?
I need to find a way to create a number, which is
incremented whenever a set of criteria match.
Specifically, I have a letter in one column and a license
plate in another. I want to match the letter and license
place and then assign an incrementing number on the
matched records. So, the number 1 is next to the first
instance of A ABC123 and 2 is next to the second instance
of A ABC123. However, when the letter switches to B
ABC123, I want the number to start from 1 again.
Ideally, the following is what I want to see (I currently
have the 2nd and 3rd columns):
# L License
1 A ABC123
2 A ABC123
3 A ABC123
1 B ABC123
1 C ABC123
1 A AAA111
2 A AAA111
1 B AAA111
2 B AAA111
1 C AAA111
2 C AAA111
1 A BBB222
1 B BBB222
1 C BBB222
Can anyone help me?