I have an Xcelsius program and I am using a list builder and a Accordion Menu. With the Accordion Menu I am selecting an equipment type 1-40. It takes the selected label and sticks it into a cell destination B25.
The list builder allows me to choose more than one report label. In this example I have 3 report labels Downtime, Uptime, & Film Waste.
I have 40 columns (15 rows each) for each equipment type for each report label. So 120 columns total. Equipment type 1 occupies the first, second, and third column. Column one is Downtime, Column 2 is Uptime, and Column 3 is Film Waste. This repeats for each equipment type.
I need help with once B25 has a value , the 120 columns need to be "aware" of which equipment type is selected so that way I can choose a report label for the equipment type inserted in b25. So if I choose equipment type 1 then the first 3 columns are selected. Then once I choose a Downtime report label, the first column is selected and the 15 rows of data is inserted into a range of cells so a chart can be dynamically created. Can this be done without a macro using excel logic?