Hi @Chaturvedi, Santosh,
You can combine the rows from multiple worksheets into one final worksheet by using the VSTACK function, provided that each source sheet has the same columns and layout. VSTACK appends the selected ranges vertically, placing the rows from each range one below another.
Combine the data into one final sheet
- Create a new worksheet and name it Final.
- In cell A1, enter a formula similar to the following: =VSTACK(Sheet_1!A1:D100,Sheet2!A2:D100,Sheet3!A2:D100)
- Adjust A1:D100 to match the actual location and size of your data.
- Include row 1 from the first sheet to bring across the column headings. Start the ranges for the other sheets from row 2 to avoid repeating their headings.
- Press Enter. The data from the selected sheets should appear one below another and update when the source values change.
- To filter the combined list, select the results, and then select Data > Filter.
You could refer to this article : Filter data in a range or table in Excel | Microsoft Support
Combine data from multiple sheets | Microsoft Support
Please make sure that the columns are in the same order on every worksheet. If your version of Excel does not support VSTACK, Power Query is another option, particularly for larger datasets.
To better understand your requirement, could you please confirm:
- Do all the worksheets have the same column headings and column order?
- Do you want to combine all rows, or only rows that meet specific conditions?
- Are there blank rows in the source sheets?
- Approximately how many worksheets and rows do you need to combine?
- If possible, could you provide a small example of the column layout and the expected result, without including any sensitive information?
Thank you again for your time and understanding. I really appreciate your patience, and I’m here to help. Looking forward to your response.