usnapoleon
Board Regular
- Joined
- May 22, 2014
- Messages
- 110
- Office Version
- 365
- Platform
- Windows
Hi everyone
I have a monthly spreadsheet, with a tab for each day of the month. Every tab has this:
What I'm looking to do is have a summary sheet, that copies the data (if any) from each tab and creates a visual list.
So maybe on tab 1, we have this:
And on tab 2 we have this:
The summary would display this:
How can I formulate this for 31 tabs for a month's data?
I have a monthly spreadsheet, with a tab for each day of the month. Every tab has this:
00 Destination Credit Tracking Log (Blank).xlsx | |||||
---|---|---|---|---|---|
N | O | P | |||
6 | Owner Name | Reservation # | Voucher Amount ($) | ||
7 | |||||
8 | |||||
9 | |||||
10 | |||||
11 | |||||
12 | |||||
13 | |||||
04.01.24 |
What I'm looking to do is have a summary sheet, that copies the data (if any) from each tab and creates a visual list.
So maybe on tab 1, we have this:
00 Destination Credit Tracking Log (Blank).xlsx | |||||
---|---|---|---|---|---|
N | O | P | |||
6 | Owner Name | Reservation # | Voucher Amount ($) | ||
7 | example tab 1 | 2222 | $50.00 | ||
8 | |||||
9 | |||||
04.01.24 |
And on tab 2 we have this:
00 Destination Credit Tracking Log (Blank).xlsx | |||||
---|---|---|---|---|---|
N | O | P | |||
6 | Owner Name | Reservation # | Voucher Amount ($) | ||
7 | example tab 2 | 33333 | $6.00 | ||
8 | example tab 2 | 44444 | $8.00 | ||
9 | |||||
10 | |||||
04.02.24 |
The summary would display this:
00 Destination Credit Tracking Log (Blank).xlsx | |||||
---|---|---|---|---|---|
N | O | P | |||
6 | Owner Name | Reservation # | Voucher Amount ($) | ||
7 | example tab 1 | 2222 | $50.00 | ||
8 | example tab 2 | 33333 | $6.00 | ||
9 | example tab 2 | 44444 | $8.00 | ||
10 | |||||
11 | |||||
Summary |
How can I formulate this for 31 tabs for a month's data?