B
Bob
Hi guys,
I have a list as so:
Part1 Run1
Part1 Run1
Part2 Run1
Part3 Run1
Part4 Run2
Part4 Run2
Part1 Run3
Part2 Run3
Part5 Run3
Part6 Run4
Part1 Run5
Part1 Run5
Part1 Run5
Part6 Run5
....
Part1 Run1001
Part3 Run1001
Part3 Run1001
....
The number of unique parts may be >100 and the number of runs can be
anything (it's actually ~2000 in my current list)
What I would like to do is this:
For each Part, count how many Runs contained that Part (that is the
number of unique runs containing at least of that Part.)
I should end up with a new list similar to:
Part1 120
Part2 96
Part3 12
Part4 33
....
I know I could do this with VBA, but before that I wonder if there is
a way to do it easily with worksheet functions. Perhaps the easiest
way is with Access? (wrong group I know - if the answer here is yes
I'll look elsewhere.)
Thanks for reading guys and for any advice you may give
BBz
I have a list as so:
Part1 Run1
Part1 Run1
Part2 Run1
Part3 Run1
Part4 Run2
Part4 Run2
Part1 Run3
Part2 Run3
Part5 Run3
Part6 Run4
Part1 Run5
Part1 Run5
Part1 Run5
Part6 Run5
....
Part1 Run1001
Part3 Run1001
Part3 Run1001
....
The number of unique parts may be >100 and the number of runs can be
anything (it's actually ~2000 in my current list)
What I would like to do is this:
For each Part, count how many Runs contained that Part (that is the
number of unique runs containing at least of that Part.)
I should end up with a new list similar to:
Part1 120
Part2 96
Part3 12
Part4 33
....
I know I could do this with VBA, but before that I wonder if there is
a way to do it easily with worksheet functions. Perhaps the easiest
way is with Access? (wrong group I know - if the answer here is yes
I'll look elsewhere.)
Thanks for reading guys and for any advice you may give
BBz