Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default How to get count summary of number that corolates with a name?

I have a column that has multiple divisions (groups), and another column that
has the severity level for that particular item (could be 1,2,3).

Example

Group Severity
CAT 1
DOG 1
FISH 3
CAT 2
DOG 3
FISH 3
CAT 1
DOG 1
FISH 2

Now on a summary page I want to give the results like this

Animal Sev1 Sev2 Sev3
Dogs 2 0 1
CAT 2 1 0
FISH 0 1 3

Any suggestions on how to pull that into a summary page, I was thinking
Vlookup but it doesnt seem to do eveything I want.

Thanks in advance
--
Neall
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,118
Default How to get count summary of number that corolates with a name?

Try a Pivot Table:

Using your data, as structured with column headings

From the Excel Main Menu: <Data<Pivot Table
Use: Excel..Click [Next]
Select your data..Click [Next]
Click the [Layout] button

ROW: Drag the GROUP field here
COLUMN: Drag the SEVERITY field here

DATA: Drag the SEVERITY field here
If it doesn't list as Count of SEVERITY...dbl-click it and set it to Count
Click [OK]
Select where you want the Pivot Table.Click [Finish].

That will list the count of each intersection of GROUP and SEVERITY.

To refresh the Pivot Table, just right click it and select Refresh Data

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"Neall" wrote in message
...
I have a column that has multiple divisions (groups), and another column
that
has the severity level for that particular item (could be 1,2,3).

Example

Group Severity
CAT 1
DOG 1
FISH 3
CAT 2
DOG 3
FISH 3
CAT 1
DOG 1
FISH 2

Now on a summary page I want to give the results like this

Animal Sev1 Sev2 Sev3
Dogs 2 0 1
CAT 2 1 0
FISH 0 1 3

Any suggestions on how to pull that into a summary page, I was thinking
Vlookup but it doesnt seem to do eveything I want.

Thanks in advance
--
Neall



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default How to get count summary of number that corolates with a name?

Excellent thanks, I used to work for a BI company that designed Data
Analytics software, guess I should stop using standard query's and go back to
data mining using the pivot tables now that excel 03/07 seems to have much
better data analysis functionality.

--
Neall


"Neall" wrote:

I have a column that has multiple divisions (groups), and another column that
has the severity level for that particular item (could be 1,2,3).

Example

Group Severity
CAT 1
DOG 1
FISH 3
CAT 2
DOG 3
FISH 3
CAT 1
DOG 1
FISH 2

Now on a summary page I want to give the results like this

Animal Sev1 Sev2 Sev3
Dogs 2 0 1
CAT 2 1 0
FISH 0 1 3

Any suggestions on how to pull that into a summary page, I was thinking
Vlookup but it doesnt seem to do eveything I want.

Thanks in advance
--
Neall

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to count multiple various inputs and create a summary Kelstar Excel Discussion (Misc queries) 2 March 25th 10 01:13 AM
Summary count from different worksheets? andrew Excel Discussion (Misc queries) 4 June 13th 08 08:53 AM
Count Pivot Table Summary fields ceh4702 Excel Discussion (Misc queries) 1 February 2nd 07 05:28 PM
summary count of unique numbers Dave Edge Excel Discussion (Misc queries) 5 November 12th 05 12:06 AM
Data Form Insert Count to add to Summary Sheet Matt P.[_2_] Excel Programming 6 August 26th 04 08:38 PM


All times are GMT +1. The time now is 01:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"