Hello chandoovians!
I am working with a single data set which contains aquarium chemistry for several aquariums over time. The dataset is periodically updated so it grows dynamically.
My columns are
DATE AQUARIUM_NAME TEMP(C) pH NITRATE NITRITE
I want to chart each aquarium/attribute series separately. And I would like to have a single chart which I fill with data driven by a listbox selection for each of aquarium and attribute. E.G. pick "TANK A" in one list and "TEMP C" in another to chart that combination alone.
I have done similar things before using OFFSET to create a subset of the master data, which then becomes the chart source. This is easy with financial figures where you typically have regularly defined periods, and few of them (annual, monthly etc).
However, this dataset is updated irregularly. I would like to avoid building a pre-defined list of 365 entry points for the data set, because that multiplies by the nubmer of aquariums to become huge. Also, some days may get zero data updates and should be skipped.
SO! What can I do? I can see the results in my head but I can't put all of it in Excel. I need to be more excellent.
I am working with a single data set which contains aquarium chemistry for several aquariums over time. The dataset is periodically updated so it grows dynamically.
My columns are
DATE AQUARIUM_NAME TEMP(C) pH NITRATE NITRITE
I want to chart each aquarium/attribute series separately. And I would like to have a single chart which I fill with data driven by a listbox selection for each of aquarium and attribute. E.G. pick "TANK A" in one list and "TEMP C" in another to chart that combination alone.
I have done similar things before using OFFSET to create a subset of the master data, which then becomes the chart source. This is easy with financial figures where you typically have regularly defined periods, and few of them (annual, monthly etc).
However, this dataset is updated irregularly. I would like to avoid building a pre-defined list of 365 entry points for the data set, because that multiplies by the nubmer of aquariums to become huge. Also, some days may get zero data updates and should be skipped.
SO! What can I do? I can see the results in my head but I can't put all of it in Excel. I need to be more excellent.