Spreadsheetz
New Member
- Joined
- Jun 12, 2016
- Messages
- 22
Hello!
Hopefully this is an easy one.. I have a spreadsheet with a number of names in one column, and locations in another column. I'm hoping to find a formula that can tell me how many times the location shows up per person.
For example:[TABLE="width: 500"]
<tbody>[TR]
[TD]location[/TD]
[TD]name[/TD]
[/TR]
[TR]
[TD]Calfornia[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]Maine[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]California[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Wyoming[/TD]
[TD]Jeff[/TD]
[/TR]
</tbody>[/TABLE]
Is there a function to use that could quickly spit out something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]location[/TD]
[TD]name[/TD]
[TD]count[/TD]
[/TR]
[TR]
[TD]california[/TD]
[TD]jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
[TR]
[TD]maine[/TD]
[TD]mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]california[/TD]
[TD]jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]Wyoming[/TD]
[TD]Jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
</tbody>[/TABLE]
Just a count of how many times the value in the location column occurs per name.
Thanks in advance!!
Hopefully this is an easy one.. I have a spreadsheet with a number of names in one column, and locations in another column. I'm hoping to find a formula that can tell me how many times the location shows up per person.
For example:[TABLE="width: 500"]
<tbody>[TR]
[TD]location[/TD]
[TD]name[/TD]
[/TR]
[TR]
[TD]Calfornia[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]Maine[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]California[/TD]
[TD]Jeff[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD]Wyoming[/TD]
[TD]Jeff[/TD]
[/TR]
</tbody>[/TABLE]
Is there a function to use that could quickly spit out something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]location[/TD]
[TD]name[/TD]
[TD]count[/TD]
[/TR]
[TR]
[TD]california[/TD]
[TD]jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
[TR]
[TD]maine[/TD]
[TD]mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]california[/TD]
[TD]jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]Mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]Michigan[/TD]
[TD]mary[/TD]
[TD]2 michigan, 1 maine[/TD]
[/TR]
[TR]
[TD]Wyoming[/TD]
[TD]Jeff[/TD]
[TD]2 california, 1 wyoming[/TD]
[/TR]
</tbody>[/TABLE]
Just a count of how many times the value in the location column occurs per name.
Thanks in advance!!