I have a workbook containing 278 worksheets. Each worksheet has exactly the same format (row and column headers and layout). I want to create a new consolidated sheet that consolidates data from selected cells (by cell location) from each worksheet. (Without having to do the manually as it will be a regular task.)
The current worksheet names are unique identifiers and need to be used as the column headers in new sheet.
The consolidated sheet will ideally look like this:
<tbody>
</tbody>
I’m using Excel 2010.
The current worksheet names are unique identifiers and need to be used as the column headers in new sheet.
The consolidated sheet will ideally look like this:
+Name/Worksheet1 | +Name/Worksheet2 | +Name/Worksheet3 | Etc |
+Worsheet1!b3 | +Worsheet2!b3 | +Worsheet3!b3 | Etc |
+Worsheet1!b4 | +Worsheet2!b4 | +Worsheet3!b4 | Etc |
+Worsheet1!b5 | +Worsheet2!b5 | +Worsheet3!b5 | Etc |
+Worsheet1!b6 | +Worsheet2!b6 | +Worsheet3!b6 | Etc |
+Worsheet1!b7 | +Worsheet2!b7 | +Worsheet3!b7 | Etc |
+Worsheet1!b8 | +Worsheet2!b8 | +Worsheet3!b8 | Etc |
Etc | Etc | Etc | Etc |
<tbody>
</tbody>
I’m using Excel 2010.