I am using Excel 2007 and what I'm hoping to do is to copy data from another sheet, remove duplicate values based on some criteria and sort data in ascending order based on the first three column.
I have a sheet named "Summary". I would like to copy data from columns B,D and AE starting from row three til last row with data. From column B, I would like to copy only the first character. The values will be pasted on sheet named "List" starting column A. After the values are copied, I would like to remove duplicates in Column B of sheet "List" based on values in Column A in the same worksheet. The following columns (D:I) will do the function "COUNTIFS."
I was able to edit some macro and applied it to do the computation. However, it takes some time before the calculation is completed.
If anyone could help me "refine my code" or provide me feedback, I would really appreciate it.
I have attached the sample workbook for your reference.
Thank you very much.
Bookmarks