Absolution
New Member
Hi,
I need help with an array.
Basically I receive a list of data as below, and need to manipulate the data to show number of times a product is listed, by month while ignoring any duplicates in the month.
Data Table:
Products| Month
Item A | March 2013
Item B | March 2013
Item A | March 2013
Item C | March 2013
Item A | March 2013
Item D | April 2013
Item D | April 2013
Item B | April 2013
Item A | March 2013
Summary Table:
Month # Unique Items
March 2013 | xxx
April 2013 | xxx
I can get ban array to work when just trying to find the total of items less any duplicates by using: {=SUM(1/CountIf(Col A,Col A))}
The issue is I can't seem to get the unique numbers by month.
If i add in a Count(If( formula it comes back with a #Value! error.
Any help getting it to work would be a lifesaver.
N.B.
The file i receive is locked down except the table summary page. I usually use a pivot and update manually but with 300+ items and data that goes back 4 years this takes awhile.
DB
I need help with an array.
Basically I receive a list of data as below, and need to manipulate the data to show number of times a product is listed, by month while ignoring any duplicates in the month.
Data Table:
Products| Month
Item A | March 2013
Item B | March 2013
Item A | March 2013
Item C | March 2013
Item A | March 2013
Item D | April 2013
Item D | April 2013
Item B | April 2013
Item A | March 2013
Summary Table:
Month # Unique Items
March 2013 | xxx
April 2013 | xxx
I can get ban array to work when just trying to find the total of items less any duplicates by using: {=SUM(1/CountIf(Col A,Col A))}
The issue is I can't seem to get the unique numbers by month.
If i add in a Count(If( formula it comes back with a #Value! error.
Any help getting it to work would be a lifesaver.
N.B.
The file i receive is locked down except the table summary page. I usually use a pivot and update manually but with 300+ items and data that goes back 4 years this takes awhile.
DB