Hi,
I want to calculate how much unique data within specified date (before than or between).
Assuming the data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Items
[/TD]
[TD]Sales
[/TD]
[TD]Sold on
[/TD]
[/TR]
[TR]
[TD]Tie[/TD]
[TD]Joseph[/TD]
[TD]13-Jun-2013[/TD]
[/TR]
[TR]
[TD]Tie[/TD]
[TD]Susan[/TD]
[TD]1-May-2013[/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]Joseph[/TD]
[TD]29-Jun-2013[/TD]
[/TR]
[TR]
[TD]Shoe[/TD]
[TD]Susan[/TD]
[TD]14-May-2013[/TD]
[/TR]
</tbody>[/TABLE]
I need the data to calculate only the item category, regardless of the salesperson. For example:
1. Count of category of item sold within 05/01/2013 till 06/15/2013 = 2 (1 tie & 1 shoe)
2. Count of category of item sold after 04/15/2013 = 3 (1 tie, 1 shirt, 1 shoe)
Please help me with the excel formula, if possible without modifying the original data.
Thank you guys!
I want to calculate how much unique data within specified date (before than or between).
Assuming the data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Items
[/TD]
[TD]Sales
[/TD]
[TD]Sold on
[/TD]
[/TR]
[TR]
[TD]Tie[/TD]
[TD]Joseph[/TD]
[TD]13-Jun-2013[/TD]
[/TR]
[TR]
[TD]Tie[/TD]
[TD]Susan[/TD]
[TD]1-May-2013[/TD]
[/TR]
[TR]
[TD]Shirt[/TD]
[TD]Joseph[/TD]
[TD]29-Jun-2013[/TD]
[/TR]
[TR]
[TD]Shoe[/TD]
[TD]Susan[/TD]
[TD]14-May-2013[/TD]
[/TR]
</tbody>[/TABLE]
I need the data to calculate only the item category, regardless of the salesperson. For example:
1. Count of category of item sold within 05/01/2013 till 06/15/2013 = 2 (1 tie & 1 shoe)
2. Count of category of item sold after 04/15/2013 = 3 (1 tie, 1 shirt, 1 shoe)
Please help me with the excel formula, if possible without modifying the original data.
Thank you guys!