Hi,
I'm trying to accomplish the following:
Get data from multiple tabs in a specific cell range (B3-E169).
Data would be compiled in columns...i.e., column B copies into column B on new spreadsheet, column C copies into column C on new spreadsheet, etc.
If there are more than two blank columns in B, stop & move onto next worksheet and get same data.
The result that I'm trying to get is a material list from different categories (hence the different tabs).
This is how I think it should work:
Lookup WS1 column B3-B169.
If two blank columns, Lookup WS2 column B3-B169,
If two blank columns, Lookup WS3 column B3-B169, etc.
WS2 should skip a space/column & come in underneath WS1.
WS3 should skip a space/column & come in underneath WS2,.etc.
Repeat for columns C, D & E
I have tried the VBA code available here but I'm not sure how to modify to my application: Merge cells from all or some worksheets into one Master sheet
Tabs I need searched are below:
Sample data below:
As you can see, I leave a space between different items & there should also be a space between data from different tabs.
If there is more than one space between rows, then it should start searching the next tab.
Also, I do have an ActiveX Checkbox that allows me to choose which tabs show & which tabs are hidden.
It can disregard hidden tabs.
Thanks in advance ?
I'm trying to accomplish the following:
Get data from multiple tabs in a specific cell range (B3-E169).
Data would be compiled in columns...i.e., column B copies into column B on new spreadsheet, column C copies into column C on new spreadsheet, etc.
If there are more than two blank columns in B, stop & move onto next worksheet and get same data.
The result that I'm trying to get is a material list from different categories (hence the different tabs).
This is how I think it should work:
Lookup WS1 column B3-B169.
If two blank columns, Lookup WS2 column B3-B169,
If two blank columns, Lookup WS3 column B3-B169, etc.
WS2 should skip a space/column & come in underneath WS1.
WS3 should skip a space/column & come in underneath WS2,.etc.
Repeat for columns C, D & E
I have tried the VBA code available here but I'm not sure how to modify to my application: Merge cells from all or some worksheets into one Master sheet
Tabs I need searched are below:
Sample data below:
As you can see, I leave a space between different items & there should also be a space between data from different tabs.
If there is more than one space between rows, then it should start searching the next tab.
Also, I do have an ActiveX Checkbox that allows me to choose which tabs show & which tabs are hidden.
It can disregard hidden tabs.
Thanks in advance ?