grouping same rows in report

P

pilgrimm

I have an Excel report (Header row A1..., data from A2 to V899)

In column A, there are duplicate names each with it's own data.

What I would like to do is first group all these same rows together.
looks like this:

EMPLOYEES.Name
Alejandro-Yarema,Warren
Alexiuk,Leonard Louis
Anctil,Craig William
Anderson,Laura E.
Anderson,Laura E.
Andrews,Janice Rose
Andrews,Janice Rose
Andrews,Jeremy
Antoniak,Michael
Antoniszyn,John
Appleford,John E.
Appleford,John E.
Appleford,John E.

I need to be able to first, get an accurate count of all the rows
(only counting all same names as 1 row) then be able to display rows
grouped together.

Is there an easy way to do this?

thx

Mel
 
D

Dave Peterson

I think the easiest way is to use the built in functions that excel offers.

First, sort your range so that the names are grouped nicely.

Then select that range (A1:V899) and use
Data|Subtotals

You'll be able to specify the name field as the key and even add subtotals
(count or sum or average or...)

If you add data, then remove the subtotals (data|subtotals dialog)
resort (if you need to)
and reapply the data|subtotals
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top