Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How many new customers every month?

I have the following situation.

Customer Date
123 12/11/2003
534 13/11/2003
654 04/12/2003
123 14/12/2003


I want to know have many NEW customers I have every month?

How to do this with a macro?

--
--
Jan

United Kingdom, London
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default How many new customers every month?

In a new column

=IF(COUNTIF(A$1:A100,A101),"","New")

would identify if the customer is new.

Jerry

Jan wrote:

I have the following situation.

Customer Date
123 12/11/2003
534 13/11/2003
654 04/12/2003
123 14/12/2003


I want to know have many NEW customers I have every month?

How to do this with a macro?


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
Count my Customers DaveMoore Excel Worksheet Functions 4 January 19th 10 08:31 PM
Sum customers by date Secret Squirrel Excel Discussion (Misc queries) 5 February 5th 07 12:46 PM
How many different customers in a list? cathcarr1 Excel Worksheet Functions 4 July 14th 05 01:02 PM
What is the best template to use to keep a log of the customers I. uclc2004 Excel Worksheet Functions 1 April 18th 05 05:04 PM
Top 5 customers S Gianni Excel Programming 0 September 11th 03 04:04 AM


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