Grouping Same Data in column

  • Thread starter Thread starter martialtiger
  • Start date Start date
M

martialtiger

Hi Guys,

Using: Excel 2000
Issue: Is there a way to create groupings based on same values down
particular column.

Example: I have phone numbers listed down column L. But some of th
numbers appear more than once. Can I automatically create groups base
on the same phone numbers so it would be easier on the eye to follow.

Hope this makes sense.

TIA

Jonas :cool
 
You could sort the list by the phone numbers, and use conditional
formatting to highlight the rows that contain a duplicate phone number:

Select a cell in the list
Choose Data>Sort
Sort by phone number, click OK

Select all the cells in the list (e.g. A2:M1000)
Choose Format>Conditional Formatting
From the first dropdown, choose 'Formula Is'
In the formula box, type: =$L2=$L1
This formula refers to the active row, and the row above it
Click the Format button
Select a different font colour or font style for the duplicate rows
Click OK, click OK
 
Thanks for the response Debra, but I am really looking for a way to jus
group the rows according to column L. I appreciate the help!

;
 
Sort on column L
Choose Data>Subtotal
From the 'At each change in' dropdown, choose Phone Number
For 'Use function', choose Count
For 'Add subtotal to', choose Phone Number
Click OK
 
Thanks Debra,

This solves the problem and even adds extra that can be useful! :cool:
 

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

Back
Top