Hello forks,
I have been reading a lot but is my first time posting here so please direct me to the right pass if I am doing anything wrong here.
I have a problem with my code that does kind of like sequential numbering, and I was hoping someone could lead me to the right direction. What I am doing is, I have a company ID on columns A, transaction ID on column E, and I have to fill column C with the transaction ID & number afterwards within each company ID for each transaction ID. Here is the example...
ColumnA E
1000 CCRD
1000 CCRD
1000 DE
1000 DE
1000 AR
1000 CCRD
1250 CCRD
now this should look like
1000 CCRD1
1000 CCRD2
1000 DE1
1000 DE2
1000 AR1
1000 CCRD3
1250 CCRD1
I had a code with countifs and if different from one below, -1. But this won't work if there are other transaction type in between for a same company ID.
I would really appreciate any of your help! And FYI, this is one of the code within a big macro so simple excel formula won't do it :/
The code I had is
Bookmarks