Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Count items by day

I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Count items by day

Actually, I think you can use your data in a Pivot Table if you just add column headings. I'll assume DATE and TYPE.

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

ROW:
___Drag the DATE field here
___Drag the TYPE field here

COLUMN: (Leave this area blank)

DATA: Drag the TYPE field here
If it doesn't list as Count of TYPE...dbl-click it and set it to Count

Click [OK]
Select where you want the Pivot Table.Click [Finish].

The result will be a Pivot Table that lists TYPE counts by DATE and TYPE

Example:
Date____________Type___________Total
1/1/2007________Internet_______1
1/2/2007________Call Center____2
________________Internet_______1
1/3/2007________Call Center____1
________________Internet_______1

Does that help?
..
--------------------------

Regards,

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




"Amber" wrote in message ...
I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Count items by day

Extremely Helpful.

I have never to done a chart off of a pivot table. I would like to be able
to show a line graph with one for each Method (call center and internet) with
the date on the x axis and number on the y axis. How can I change this
within the chart on the pivot table?


"Ron Coderre" wrote:

Actually, I think you can use your data in a Pivot Table if you just add column headings. I'll assume DATE and TYPE.

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

ROW:
___Drag the DATE field here
___Drag the TYPE field here

COLUMN: (Leave this area blank)

DATA: Drag the TYPE field here
If it doesn't list as Count of TYPE...dbl-click it and set it to Count

Click [OK]
Select where you want the Pivot Table.Click [Finish].

The result will be a Pivot Table that lists TYPE counts by DATE and TYPE

Example:
Date____________Type___________Total
1/1/2007________Internet_______1
1/2/2007________Call Center____2
________________Internet_______1
1/3/2007________Call Center____1
________________Internet_______1

Does that help?
..
--------------------------

Regards,

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




"Amber" wrote in message ...
I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Count items by day

Sorry I got it. thanks anyway.....

"Amber" wrote:

I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Count items by day

Pivot Charts can be very annoying.

Try this:
Put the TYPE field in the COLUMN section

That should make the chart plot:
DATEs on the X-Axis
Counts on the Y-Axis

The default chart may be a Column Chart. Right-click in the plot area to change the Chart Type.

Does that help?
--------------------------

Regards,

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


"Amber" wrote in message ...
Extremely Helpful.

I have never to done a chart off of a pivot table. I would like to be able
to show a line graph with one for each Method (call center and internet) with
the date on the x axis and number on the y axis. How can I change this
within the chart on the pivot table?


"Ron Coderre" wrote:

Actually, I think you can use your data in a Pivot Table if you just add column headings. I'll assume DATE and TYPE.

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

ROW:
___Drag the DATE field here
___Drag the TYPE field here

COLUMN: (Leave this area blank)

DATA: Drag the TYPE field here
If it doesn't list as Count of TYPE...dbl-click it and set it to Count

Click [OK]
Select where you want the Pivot Table.Click [Finish].

The result will be a Pivot Table that lists TYPE counts by DATE and TYPE

Example:
Date____________Type___________Total
1/1/2007________Internet_______1
1/2/2007________Call Center____2
________________Internet_______1
1/3/2007________Call Center____1
________________Internet_______1

Does that help?
..
--------------------------

Regards,

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




"Amber" wrote in message ...
I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 68
Default Count items by day

Thank you so much for your help, but I have more......

Can I change the chart to show the percentage of one method to the other on
a different chart? I assume I would need another pivot table, but I am not
sure where to start. If so, How? I am pulling my hair out trying to learn
this.

"Ron Coderre" wrote:

Pivot Charts can be very annoying.

Try this:
Put the TYPE field in the COLUMN section

That should make the chart plot:
DATEs on the X-Axis
Counts on the Y-Axis

The default chart may be a Column Chart. Right-click in the plot area to change the Chart Type.

Does that help?
--------------------------

Regards,

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


"Amber" wrote in message ...
Extremely Helpful.

I have never to done a chart off of a pivot table. I would like to be able
to show a line graph with one for each Method (call center and internet) with
the date on the x axis and number on the y axis. How can I change this
within the chart on the pivot table?


"Ron Coderre" wrote:

Actually, I think you can use your data in a Pivot Table if you just add column headings. I'll assume DATE and TYPE.

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

ROW:
___Drag the DATE field here
___Drag the TYPE field here

COLUMN: (Leave this area blank)

DATA: Drag the TYPE field here
If it doesn't list as Count of TYPE...dbl-click it and set it to Count

Click [OK]
Select where you want the Pivot Table.Click [Finish].

The result will be a Pivot Table that lists TYPE counts by DATE and TYPE

Example:
Date____________Type___________Total
1/1/2007________Internet_______1
1/2/2007________Call Center____2
________________Internet_______1
1/3/2007________Call Center____1
________________Internet_______1

Does that help?
..
--------------------------

Regards,

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




"Amber" wrote in message ...
I have a list of data where I want to know, by day, how many time different
items occur.

I have tried several possibilities with no luck. I would like to use a
pivot table but my data is not processing correctly.

1/1/2007 Internet
1/2/2007 Call Center
1/2/2007 Internet
1/2/2007 Call Center
1/3/2007 Call Center
1/3/2007 Internet

I would like the pivot table to be split between internet and call center
for each day, so I can plot these on a graph.






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
SUMPRODUCT to count items with duplicates where another column contains two defined items PCLIVE Excel Worksheet Functions 4 September 8th 07 10:33 AM
Count Numbered Items JB Excel Discussion (Misc queries) 3 January 13th 07 02:39 PM
Count unique items in groups GarToms Excel Worksheet Functions 2 August 24th 06 04:24 AM
Count items on the list dannyboy213 Excel Discussion (Misc queries) 5 February 2nd 06 08:12 PM
How to count how many different items in one colum? Letizia Excel Worksheet Functions 1 April 7th 05 04:24 PM


All times are GMT +1. The time now is 09:23 AM.

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

About Us

"It's about Microsoft Excel"