Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default display unique records

I have 300 customers and for each order an indicator of how it was placed,
i.e telephone, email or website. There have been approx 1500 orders placed to
date from these 300 customers. Some customers order by a different method
each time. I need to know who orders but phone only, who orders by email
only, who orders by website only and who orders by a mixture of these
methods. I have a list of all orders where column A = customer name and
column B = order method. I am using excel 2007
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9,101
Default display unique records

You question is very vaque. How do you want to use the data? the simpliest
method is just use the autofilter. Highlight column B and then go to menu
Data - Filter - AutoFilter.

"Sophie" wrote:

I have 300 customers and for each order an indicator of how it was placed,
i.e telephone, email or website. There have been approx 1500 orders placed to
date from these 300 customers. Some customers order by a different method
each time. I need to know who orders but phone only, who orders by email
only, who orders by website only and who orders by a mixture of these
methods. I have a list of all orders where column A = customer name and
column B = order method. I am using excel 2007

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 38
Default display unique records

sorry..

altho autofilter will show me those contacts who ordered for eg by
telephone, it could be that one of the contacts in the findings has also
ordered at some point by email too. But I want a list of contacts that have
only ever ordered by phone i.e, there will not be any seperate entries for
this person where they have contact me by another means. I would ideally like
a list of names per preferred contact method as I intend to contact them in
return by this means.

"Joel" wrote:

You question is very vaque. How do you want to use the data? the simpliest
method is just use the autofilter. Highlight column B and then go to menu
Data - Filter - AutoFilter.

"Sophie" wrote:

I have 300 customers and for each order an indicator of how it was placed,
i.e telephone, email or website. There have been approx 1500 orders placed to
date from these 300 customers. Some customers order by a different method
each time. I need to know who orders but phone only, who orders by email
only, who orders by website only and who orders by a mixture of these
methods. I have a list of all orders where column A = customer name and
column B = order method. I am using excel 2007

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default display unique records

Does this help?

Say your datalist runs from A2 to B1500,
with customer name in Column A, and order method in Column B.

In C2, enter this formula, and copy down:

=SUMPRODUCT(($A$2:$A$1500=A2)*($B$2:$B$1500=B2))=C OUNTIF($A$2:$A$1500,A2)

This will display "True" or "False" if the order method is unique to the
customer.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Sophie" wrote in message
...
sorry..

altho autofilter will show me those contacts who ordered for eg by
telephone, it could be that one of the contacts in the findings has also
ordered at some point by email too. But I want a list of contacts that

have
only ever ordered by phone i.e, there will not be any seperate entries for
this person where they have contact me by another means. I would ideally

like
a list of names per preferred contact method as I intend to contact them

in
return by this means.

"Joel" wrote:

You question is very vaque. How do you want to use the data? the

simpliest
method is just use the autofilter. Highlight column B and then go to

menu
Data - Filter - AutoFilter.

"Sophie" wrote:

I have 300 customers and for each order an indicator of how it was

placed,
i.e telephone, email or website. There have been approx 1500 orders

placed to
date from these 300 customers. Some customers order by a different

method
each time. I need to know who orders but phone only, who orders by

email
only, who orders by website only and who orders by a mixture of these
methods. I have a list of all orders where column A = customer name

and
column B = order method. I am using excel 2007


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default display unique records

Hi,

You can create a column to control your AutoFilter and then you can auto
filter on TRUE
In 2007 use the formula

=COUNTIFS(A$2:A$1500,A2,B$2:B$1500,D$1)=COUNTIF(A$ 2:A$1500,A2)

In 2003 or 2007

=SUMPRODUCT(--(A$2:A$1500=A2),--(B$2:B$1500=D$1))=COUNTIF(A$2:A$1500,A2)

In this case the Customer is listed in column A, the method of mailing in
column B and in D1 you enter the method you want to filter for, such as
"mail". Copy one of the above formulas down all the way beside your data and
apply the filter on that column.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Sophie" wrote:

sorry..

altho autofilter will show me those contacts who ordered for eg by
telephone, it could be that one of the contacts in the findings has also
ordered at some point by email too. But I want a list of contacts that have
only ever ordered by phone i.e, there will not be any seperate entries for
this person where they have contact me by another means. I would ideally like
a list of names per preferred contact method as I intend to contact them in
return by this means.

"Joel" wrote:

You question is very vaque. How do you want to use the data? the simpliest
method is just use the autofilter. Highlight column B and then go to menu
Data - Filter - AutoFilter.

"Sophie" wrote:

I have 300 customers and for each order an indicator of how it was placed,
i.e telephone, email or website. There have been approx 1500 orders placed to
date from these 300 customers. Some customers order by a different method
each time. I need to know who orders but phone only, who orders by email
only, who orders by website only and who orders by a mixture of these
methods. I have a list of all orders where column A = customer name and
column B = order method. I am using excel 2007

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
How to get unique records? brett Excel Discussion (Misc queries) 3 January 25th 07 09:02 PM
unique filter results in some non-unique records. Serials Librarian Excel Discussion (Misc queries) 2 May 26th 06 09:58 PM
Unique records Pete Excel Discussion (Misc queries) 1 July 26th 05 06:58 PM
Unique Records Arturo Excel Worksheet Functions 2 December 1st 04 09:33 PM
unique records Pyotr Excel Worksheet Functions 1 November 4th 04 02:59 PM


All times are GMT +1. The time now is 05:11 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"