niladri2005
Board Regular
- Joined
- Sep 21, 2012
- Messages
- 109
Hi All,
I have two sheets. In Sheet1 I have 2 columns (SalesPersoncode and Customercode). In sheet2 I have the same column. But I here i have the same SalesPersoncode but same or different customercode.
Sheet1
<tbody>
</tbody>
sheet2
<tbody>
</tbody>
Which I want is that I want unique count of New customer code in sheet2. Here ED0002 customer code I have in Shhet1 so I don't need that. I want only new Customer and it should be the unique. Here in Sheet2 For E1 2 new customercode
(ED0006 and ED0007). I want that count.
Can you please suggest me how I can do that.
Thanks in advance!!
Niladri Sekhar Biswas
I have two sheets. In Sheet1 I have 2 columns (SalesPersoncode and Customercode). In sheet2 I have the same column. But I here i have the same SalesPersoncode but same or different customercode.
Sheet1
SalesPersoncode | Customercode | |
E1 |
<colgroup><col width="89"></colgroup><tbody> </tbody> | |
<colgroup><col width="114"></colgroup><tbody> </tbody> | ED0005 |
<tbody>
</tbody>
sheet2
SalesPersoncode | Customercode |
E1 | ED0002 |
E1 | ED0006 |
E1 | ED0007 |
E1 | ED0006 |
<tbody>
</tbody>
Which I want is that I want unique count of New customer code in sheet2. Here ED0002 customer code I have in Shhet1 so I don't need that. I want only new Customer and it should be the unique. Here in Sheet2 For E1 2 new customercode
(ED0006 and ED0007). I want that count.
Can you please suggest me how I can do that.
Thanks in advance!!
Niladri Sekhar Biswas