Copy Data from multiple sheets to one sheet based on condition

MacroNovice0309

New Member
Joined
Nov 29, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi, I am a complete novice to vba and looking for help here. I need to copy data from a specific column 'Name' on multiple sheets in to one sheet based on criteria -

The criteria is -
  • Filter on column 'Contractor' as No
  • find column which has column name containing current month
  • Check the values in the column between 1 and Null
  • for all 1's found, select the values from corresponding column B
  • copy the data in to a new sheet () that is reset each time the macro is run.
I am absolute novice with VBA and cant seem to find anything on google that can help with this. Hoping someone here could help.

Thanks in advance !
 

Attachments

  • Screenshot 2022-11-29 165444.png
    Screenshot 2022-11-29 165444.png
    36.7 KB · Views: 13
  • Screenshot 2022-11-29 165511.png
    Screenshot 2022-11-29 165511.png
    37.6 KB · Views: 13

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,217,356
Messages
6,136,078
Members
449,988
Latest member
Mabbas

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