In my example, I have a workbook that tracks information about fruit orders.
I have manually set up the TOTAL page to pull the data from the individual fruit sheets, which works fine. However, if I add another fruit worksheet, I have to manually add another column to the TOTAL page.
There must be a way to have the total page automatically recognize that a new sheet has been added and just include that automatically (and remove the column if the tab is removed), but I'm struggling to figure it out.
Note that there would likely never be more than 25 fruits, if that makes a difference.
Thanks for any help!
I have manually set up the TOTAL page to pull the data from the individual fruit sheets, which works fine. However, if I add another fruit worksheet, I have to manually add another column to the TOTAL page.
There must be a way to have the total page automatically recognize that a new sheet has been added and just include that automatically (and remove the column if the tab is removed), but I'm struggling to figure it out.
Note that there would likely never be more than 25 fruits, if that makes a difference.
Thanks for any help!
fruits.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Fruit: | Apple | Banana | Orange | ||
2 | Quantity: | 648 | 449 | 140 | ||
3 | Source: | New Zealand | Mexico City | Palm Beach | ||
4 | Next Order: | 44986 | 45063 | 44992 | ||
5 | Servicer: | Mandalarin Corp. | Therango Brothers Co. | Orenson Inc. | ||
6 | Account #: | 314469-BK | 359126-RM | 703816-RM | ||
TOTAL |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B1:B6 | B1 | =Apple!B1 |
C1:C6 | C1 | =Banana!B1 |
D1:D6 | D1 | =Orange!B1 |