PC Review


Reply
Thread Tools Rate Thread

Can anyone me help figure this out??

 
 
=?Utf-8?B?QmVnaW5uZXI=?=
Guest
Posts: n/a
 
      22nd Aug 2007
Here is my problem:

I need to show how many days in a month a team member saw a customer. Each
day a team member could see multiple customers. I just need the number of
days per month he saw a customer. I have over 20 team members and thousands
of customers. This data runs for 10,000 rows. I can't figure this one out.
Any help is greatly appreciated!! Here is how the data is set-up:

Date Team Member Customer
1/1/2007 John Bill
1/1/2007 John Jerry
1/2/2007 John Karen

Thanks in advance!!
 
Reply With Quote
 
 
 
 
Phil Smith
Guest
Posts: n/a
 
      22nd Aug 2007
Add coloumns for month and year, using the date as the basis. The
Formulas are month() and year(). Silly, huh?

SO your spreadsheet now looks like

Date Year month Team Member Customer.

Sort by date, customer.

Then use subtotals, breaking on Customer.

The only thing that can break this is if Joe saw Allen, and the very
next John saw Allen. Since the customer did not change, it will not
break on the new rep. IF this may be a problem, add another field,
which combines Team Member and Customer with the "&" symbol. Subtotal
break on this instead.

Other option, Pivot Table. You will still need to seperate out Month
and Year though.








Beginner wrote:
> Here is my problem:
>
> I need to show how many days in a month a team member saw a customer. Each
> day a team member could see multiple customers. I just need the number of
> days per month he saw a customer. I have over 20 team members and thousands
> of customers. This data runs for 10,000 rows. I can't figure this one out.
> Any help is greatly appreciated!! Here is how the data is set-up:
>
> Date Team Member Customer
> 1/1/2007 John Bill
> 1/1/2007 John Jerry
> 1/2/2007 John Karen
>
> Thanks in advance!!

 
Reply With Quote
 
=?Utf-8?B?Q2hhZA==?=
Guest
Posts: n/a
 
      22nd Aug 2007
Perhaps this will work. Sort the sheet by Team Member then Date. Subtotal
the data for each team member by change in date use count function and add
subtotal to team member.

Hope this helps,
Chad

"Beginner" wrote:

> Here is my problem:
>
> I need to show how many days in a month a team member saw a customer. Each
> day a team member could see multiple customers. I just need the number of
> days per month he saw a customer. I have over 20 team members and thousands
> of customers. This data runs for 10,000 rows. I can't figure this one out.
> Any help is greatly appreciated!! Here is how the data is set-up:
>
> Date Team Member Customer
> 1/1/2007 John Bill
> 1/1/2007 John Jerry
> 1/2/2007 John Karen
>
> Thanks in advance!!

 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      22nd Aug 2007
You could use a SUMPRODUCT() formula:

=SUMPRODUCT((C8:C10008="John")*(MONTH(A8:A10008)=1)*(D810008="Bill"))

But with 10,000 rows of data it may be bit slow.

You could also use a Pivot table whch is much faster.

I would suggest something like:

With your data as given in columns A, B & C from Row 7 down, insert a new
Column B labelled in B7 as Month with the formula =A8 in Cell B8 and copied
down. Then creat a Pivot Table with Month & Team Member dragged to the Row
Field and Customer dragged to the Column & Data Fields making sure that the
Data shows a "Count of Customer"

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"Beginner" <(E-Mail Removed)> wrote in message
news:0AEA0789-FC2A-4738-B826-(E-Mail Removed)...
> Here is my problem:
>
> I need to show how many days in a month a team member saw a customer. Each
> day a team member could see multiple customers. I just need the number of
> days per month he saw a customer. I have over 20 team members and
> thousands
> of customers. This data runs for 10,000 rows. I can't figure this one out.
> Any help is greatly appreciated!! Here is how the data is set-up:
>
> Date Team Member Customer
> 1/1/2007 John Bill
> 1/1/2007 John Jerry
> 1/2/2007 John Karen
>
> Thanks in advance!!
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW TO 'BLINK' A FIGURE INSTEAD OFF BOLDING THE FIGURE Nad.Engoor Microsoft Excel Worksheet Functions 3 30th Dec 2008 03:04 PM
Word 2007 - cross reference to figure reproduces figure plus capti =?Utf-8?B?Qm9yaXM=?= Microsoft Word Document Management 2 7th Sep 2007 09:48 AM
how do I link the text about figure number to the figure caption? =?Utf-8?B?Y3J5c3RhbHhk?= Microsoft Word Document Management 1 3rd Apr 2006 06:58 PM
Format Figure Dollar to Text Figure Michael Chong Microsoft Excel Discussion 1 26th Oct 2004 11:42 AM
Auto Convert -figure to (figure) =?Utf-8?B?T25n?= Microsoft Word Document Management 5 3rd Jul 2004 02:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:24 PM.