Craigc3814
Board Regular
- Joined
- Mar 7, 2016
- Messages
- 217
I have a table I am working with that has project names that are listed multiple times (along with a bunch of other data that should not be relevant here). This is in Power Query
What I want to do is a running total of how many times the project name appears then start the count over when a new project name appears. End result would look like below.
Project A 1
Project A 2
Project A 3
Project B 1
Project B 2
Project C 1
What I want to do is a running total of how many times the project name appears then start the count over when a new project name appears. End result would look like below.
Project A 1
Project A 2
Project A 3
Project B 1
Project B 2
Project C 1