Hello, I'm having trouble with the multi row formula. I am trying make it so that if the row above it is a duplicate, I want it to add one, two, three, etc.
for example:
| Company Code | Company Name |
| ABC001 | ABC Trucking |
| ABC001 | ABC Equipment |
| ABC001 | ABC Services |
| ABC001 | ABC LLC | |
but I need it to look like this:
| Company Code | Company Name |
| ABC001 | ABC Trucking |
| ABC002 | ABC Equipment |
| ABC003 | ABC Services |
| ABC004 | ABC LLC | |
Any kind of help would be appreciated.
Thank you.