Copy & paste from summary sheet to 3 different sheets within workbook based one condition

LukiiMaxim96

New Member
Joined
May 18, 2021
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hey!

Through a macro I managed to adjust a report and automatically import it to Sheet1 starting in cell A2. A1:E1 are static column headers in each sheet. The .xlsm should be used as kind of "tool" to generate weekly reports.

Now I want to include another thing: Loop through the rows of Sheet1 and copy & paste row into Sheet2, 3 or 4 based a condition check in column E, which is volume in kEUR.

Origin:
Sheet1(Summary/Report)

Destination:
Sheet2(Volume <1 kEUR)
Sheet3(Volume >1 kEUR AND < 5kEUR)
Sheet4(Volume >5 kEUR)

Can someone give me a hint how to accomplish that?

Thank you in advance
Lukas
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hey !​
I would use a filter or better an advanced filter, depending on where is located the criteria data and on the layout of each destination worksheet.​
 
Upvote 0
Hey !​
I would use a filter or better an advanced filter, depending on where is located the criteria data and on the layout of each destination worksheet.​
....I am so... Indeed.. I could mirror the master to all three sheets and have a different filter running within each sheet... thanks......
 
Upvote 0

Forum statistics

Threads
1,216,762
Messages
6,132,575
Members
449,737
Latest member
naes

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