J
Jon
I have a spreadsheet with 4 columns: name,city state, and age.
Let's say I have 350 rows. I have sorted the rows by State. What I
want to do is count the number of times each state appears in the
state column and place the results somewhere else.
Example:
John Doe California
Pete Smith California
Dan Doe California
Jane Dill Idaho
Bill Will Nevada
Dan John Nevada
etc.....
I need a macro that will place in another location (let's say starting
a cell G5) the following
California 3
Idaho 1
Nevada 2
Thanks for any help you can give.
Jonco
Let's say I have 350 rows. I have sorted the rows by State. What I
want to do is count the number of times each state appears in the
state column and place the results somewhere else.
Example:
John Doe California
Pete Smith California
Dan Doe California
Jane Dill Idaho
Bill Will Nevada
Dan John Nevada
etc.....
I need a macro that will place in another location (let's say starting
a cell G5) the following
California 3
Idaho 1
Nevada 2
Thanks for any help you can give.
Jonco