Hello,
I am new to the forum but have used many of the suggestions posted. Thanks to everyone for sharing your knowledge!
I have a workbook with over 100 worksheets. 90 of the worksheets contain equipment check sheets with a section at the bottom of each sheet where follow-up required can be entered. The column positions of each sheet is the same but the row(s) can be anywhere on the sheet. I would like to have all of these follow-ups from each of the 90 sheets transferred to on one report worksheet named "Follow-up".
I don't know how to write VBA code. I tried to use the VLookup function by adding a formula in column A that will return the value of 1 if there is follow-up information in that row. Using the VLookup for every row on every sheet and make it dynamic in case more rows are needed will take forever.
I have watched videos that will transfer the data from multiple sheets to one sheet but the data must be in a table and it must start at the same cell on every sheet. I don't want to change these sheets into tables and the starting cell can be anywhere on the sheet.
I thought Power Query might be the answer but I am new to that as well and have only used it a few times.
I would post an example but I'm not sure how to do that.
Thanks for any help you can provided.
I am new to the forum but have used many of the suggestions posted. Thanks to everyone for sharing your knowledge!
I have a workbook with over 100 worksheets. 90 of the worksheets contain equipment check sheets with a section at the bottom of each sheet where follow-up required can be entered. The column positions of each sheet is the same but the row(s) can be anywhere on the sheet. I would like to have all of these follow-ups from each of the 90 sheets transferred to on one report worksheet named "Follow-up".
I don't know how to write VBA code. I tried to use the VLookup function by adding a formula in column A that will return the value of 1 if there is follow-up information in that row. Using the VLookup for every row on every sheet and make it dynamic in case more rows are needed will take forever.
I have watched videos that will transfer the data from multiple sheets to one sheet but the data must be in a table and it must start at the same cell on every sheet. I don't want to change these sheets into tables and the starting cell can be anywhere on the sheet.
I thought Power Query might be the answer but I am new to that as well and have only used it a few times.
I would post an example but I'm not sure how to do that.
Thanks for any help you can provided.