Hi all.
In my mind, I imagine a table with two columns... column A with a list of names, column B with a unique reference to identify how many times that name has appeared. Rather than summing the total number of times the name has appeared, I'd like a running total rather like the below:
NAME REFERENCE
Dave 1
Dave 2
Dave 3
Alan 1
Alan 2
John 1
Simon 1
Simon 2
I've tried with COUNTIF but was only able to get a running total rather than the sequential list as above. Each name will only appear in a group as above and would only be entered once (in the real data, the name is a unique project number).
Can anybody help with the right formula I should be using?
In my mind, I imagine a table with two columns... column A with a list of names, column B with a unique reference to identify how many times that name has appeared. Rather than summing the total number of times the name has appeared, I'd like a running total rather like the below:
NAME REFERENCE
Dave 1
Dave 2
Dave 3
Alan 1
Alan 2
John 1
Simon 1
Simon 2
I've tried with COUNTIF but was only able to get a running total rather than the sequential list as above. Each name will only appear in a group as above and would only be entered once (in the real data, the name is a unique project number).
Can anybody help with the right formula I should be using?