ISO VBA Code / Other solutions Search Wkbk for text string and return data to single sheet

marigold322

New Member
Joined
Mar 9, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi there, looking for help to come up with some VBA code or even if someone could advise how this can be done with formulas if that is possible to assist in a data entry/retrieval model that automates the following process...

Info: We have a workbook with over a dozen sheets that contains individual data sets - they are not organized in any tables, and each sheet contains varying amounts of rows

some sheets contain a "communitymodifier" and we are trying to collect all of them, including some relevant info from that row, into a separate sheet (in same book).

- Search within each sheet of the workbook for cells containing text "CommunityModifier"
- For any cells that contain above text, return specific columns of data into a separate sheet

Any solutions or advice is appreciated, this is a large workbook and very labour intensive.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
How many columns are there in your worksheets?
In which column can the "communitymodifier" be found?
 
Upvote 0

Forum statistics

Threads
1,215,092
Messages
6,123,063
Members
449,090
Latest member
fragment

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