I have a list of Invoice numbers (6000 +) that have many duplicates. I need a formla in column B to assign incremental values (numbers) to all of the same invoice numbers in column A. So if there are 5 of the same invoices#'s in column A, those 5 will all have the same value assigned. Incrementing the numbers assigned will allow me to have a runnng count of invoices
A B
Invoice# Expected Result
802951-1330 1
802951-0640 2
802951-1330 1
802951-0640 2
802951-1330 1
802951-0640 2
802951-1330 1
802976-3040 3
802976-3040 3
802976-3040 3
802976-3040 3
As you can see, some of the same invoices may be located in differeant rows throughout the list. I'm thinking of maybe a VLookup + Match or something like that, but not real sure how to start.
Thanks in advance.
Bookmarks