RE776
Specifier/Regulator
- Feb 17, 2011
- 16
Hi,
I have two columns of data,
Column A is product serial number e.g. GFRD38402DE
Column B is part number e.g.G3324-29
the values of these columns are duplicated in various combinations.
What I need to find out is the number of times a unique combination of column A and B of the same row occurs, by each product serial number.
This list is 609,343 long, I tried to put them in the table in excel and use
=COUNTIFS(Sheet1!$A$2:$A$609343,Sheet2!$A2,Sheet1!$B$2:$B$609343,Sheet2!B$1)
to find the count of unique communications I need. But as you imagine it takes a long long long time..
I used to use matlab, but I am struggling to transfer what I did from excel to Matlab.
any help would be appreciated!
Many THanks in advance
Felix
I have two columns of data,
Column A is product serial number e.g. GFRD38402DE
Column B is part number e.g.G3324-29
the values of these columns are duplicated in various combinations.
What I need to find out is the number of times a unique combination of column A and B of the same row occurs, by each product serial number.
This list is 609,343 long, I tried to put them in the table in excel and use
=COUNTIFS(Sheet1!$A$2:$A$609343,Sheet2!$A2,Sheet1!$B$2:$B$609343,Sheet2!B$1)
to find the count of unique communications I need. But as you imagine it takes a long long long time..
I used to use matlab, but I am struggling to transfer what I did from excel to Matlab.
any help would be appreciated!
Many THanks in advance
Felix