P
parantaja
Here's what I'm trying to do. I have a table where data in column A is
repeated and column B records sequencing such that if the first unique item
in column A has 10 entries, column B has a corresponding 1...10, and the
sequence starts over for the next unique item in column A.
To clarify:
Column A Column B
Item 1 1
Item 1 2
. . .
Item 1 10
Item B 1
Item B 2
(etc.)
My thought is that the table colube be loaded into an array in vba and I
could populate the sequencing column using loops and counters. But, I don't
know enough about VBA to even get started.
Any suggestions?
repeated and column B records sequencing such that if the first unique item
in column A has 10 entries, column B has a corresponding 1...10, and the
sequence starts over for the next unique item in column A.
To clarify:
Column A Column B
Item 1 1
Item 1 2
. . .
Item 1 10
Item B 1
Item B 2
(etc.)
My thought is that the table colube be loaded into an array in vba and I
could populate the sequencing column using loops and counters. But, I don't
know enough about VBA to even get started.
Any suggestions?