ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How many new customers every month? (https://www.excelbanter.com/excel-programming/305416-how-many-new-customers-every-month.html)

Jan[_12_]

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

Jerry W. Lewis

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?




All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com