Hi, I would appreciate it if someone can help me with this.
I have data which looks like the table below. It is a list of all transactions that take place in a month and it can be quite large (7000 rows +-).
What I need to find is, for a given product code, on how many DAYS transactions were made. Notice by the color that there can be MULTIPLE TRANSACTIONS FOR ONE PRODUCT ON A GIVEN DAY so a simple countif will no work. What i am looking for is a formula that will tell me.
PRODUCTCODE ||| DAYS TRADED IN MONTH
Eg. 3 ||| 6 Days
I know a Pivot table can do this but im looking for a formula. Thanks
Tanks in advance for all your help!!!!!
I have data which looks like the table below. It is a list of all transactions that take place in a month and it can be quite large (7000 rows +-).
Libro1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | ProductCode | Amount | TransactionDate | |||
2 | 1 | 50 | 25/08/2006 | |||
3 | 3 | 6 | 25/08/2006 | |||
4 | 3 | 20 | 25/08/2006 | |||
5 | 2 | 45 | 26/08/2006 | |||
6 | 1 | 53 | 25/08/2006 | |||
7 | 1 | 46 | 26/08/2006 | |||
8 | 3 | 67 | 26/08/2006 | |||
9 | 2 | 23 | 26/08/2006 | |||
10 | 3 | 34 | 27/08/2006 | |||
Hoja1 |
What I need to find is, for a given product code, on how many DAYS transactions were made. Notice by the color that there can be MULTIPLE TRANSACTIONS FOR ONE PRODUCT ON A GIVEN DAY so a simple countif will no work. What i am looking for is a formula that will tell me.
PRODUCTCODE ||| DAYS TRADED IN MONTH
Eg. 3 ||| 6 Days
I know a Pivot table can do this but im looking for a formula. Thanks
Tanks in advance for all your help!!!!!