Copy data based on column header from one sheet to another sheet with added criteria

abhirupganguli123

Board Regular
Joined
Feb 25, 2014
Messages
55
Dear All,

Can anyone please help me with the VBA code for the below requirement ?

I have a workbook with few sheets in it. I want to copy data from "Detailed" sheet to "Summary" sheet according to some selected column heading in row 2 of the "Summary" sheet. The same column heading are available in "Detailed" sheet as well in row 3, but columns are more in Detailed sheet. Below are some additional criteria that need to be taken care of.

Criteria 1 - It should only copy data from the rows of the "Detailed" sheet which has the cell value "Sub Total" in column 1 of the "Detailed" Sheet.
Criteria 2 - After copying to "Summary" sheet, it should sort the "Summary" sheet data according to the last column value (currently column 7 as per my sheet).

If anyone can help me with the code, I will be really thankful.

Thanks,
Abhirup
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,213,553
Messages
6,114,279
Members
448,562
Latest member
Flashbond

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top