Hi
I am Prasad K
I have a data in sheet1 with duplicates like this below
---------------------------------------------------------------------------------------------------------------------------------------
Column A | Serial No Column B | Date and Year Column C | Inward No Column D | Subject Column E | Section Name
1 29/7/2021 101 ABC CDF
2 29/7/2021 102 DEF CDF
3 29/7/2021 103 GHI CDF
4 27/6/2021 104 CBA FDC
5 27/6/2021 105 FED FDC
6 27/6/2021 106 IHG FDC
-----------------------------------------------------------------------------------------------------------------------------------------
I want copy data from sheet1 to sheet2 with VBA Code like this below
-----------------------------------------------------------------------------------------------------------------------------------------
Column A | Serial No Column B | Date and Year Column C | Section Name Column D | Duplicates Count
1 29/7/2021 CDF 3
2 27/6/2021 FDC 3
-----------------------------------------------------------------------------------------------------------------------------------------
i want to copy duplicate data from specific columns in sheet1 to sheet2 with VBA Code like this i want copy only Column A | Column B | Column E to Column A | Column B | Column C in sheet2 and remove duplicates and leave only unique value in sheet2 and i want to get number of duplicates count in Column D in Sheet2 if Column C | Section Name data match with Column B | Date and Year
Kindly Please anyone help on this
I am Prasad K
I have a data in sheet1 with duplicates like this below
---------------------------------------------------------------------------------------------------------------------------------------
Column A | Serial No Column B | Date and Year Column C | Inward No Column D | Subject Column E | Section Name
1 29/7/2021 101 ABC CDF
2 29/7/2021 102 DEF CDF
3 29/7/2021 103 GHI CDF
4 27/6/2021 104 CBA FDC
5 27/6/2021 105 FED FDC
6 27/6/2021 106 IHG FDC
-----------------------------------------------------------------------------------------------------------------------------------------
I want copy data from sheet1 to sheet2 with VBA Code like this below
-----------------------------------------------------------------------------------------------------------------------------------------
Column A | Serial No Column B | Date and Year Column C | Section Name Column D | Duplicates Count
1 29/7/2021 CDF 3
2 27/6/2021 FDC 3
-----------------------------------------------------------------------------------------------------------------------------------------
i want to copy duplicate data from specific columns in sheet1 to sheet2 with VBA Code like this i want copy only Column A | Column B | Column E to Column A | Column B | Column C in sheet2 and remove duplicates and leave only unique value in sheet2 and i want to get number of duplicates count in Column D in Sheet2 if Column C | Section Name data match with Column B | Date and Year
Kindly Please anyone help on this