Cdmassey987
New Member
- Joined
- Dec 28, 2015
- Messages
- 22
I have a spreadsheet with 10 tabs, not all tabs have data, but those that do, I am moving specific information to a summary tab. Identifying data all goes in the same two columns. That part was easy. However, numerical data consisting of 4 columns must also be moved to the summary tab, but it doesn't go into the same columns as the previous tab's numerical data (i.e. tab 1 numerical data goes in columns D-G and tab 2 numerical data goes in I-L and so on. However, how do I get the numerical data to post in the correct corresponding row as the relevant identification data?
I've tried offsets, but if the prior tab is blank that doesn't work. I tried doing a count of rows in conjunction with an offset but that didn't work. I tried just pulling ID data and using index match to pull the relevant data to the summary tab, but that resulted in duplication of numerical data if identifying data is listed multiple times over the multiple tabs.
I'm using a Macro to identify pages that are blank and skip the copy and paste process for that tab. Essentially it identifies the necessary columns on a tab and copies and paste to the summary, I just can't get the paste of numerical data to sync with the corresponding ID data from that tab.
I've tried offsets, but if the prior tab is blank that doesn't work. I tried doing a count of rows in conjunction with an offset but that didn't work. I tried just pulling ID data and using index match to pull the relevant data to the summary tab, but that resulted in duplication of numerical data if identifying data is listed multiple times over the multiple tabs.
I'm using a Macro to identify pages that are blank and skip the copy and paste process for that tab. Essentially it identifies the necessary columns on a tab and copies and paste to the summary, I just can't get the paste of numerical data to sync with the corresponding ID data from that tab.