I have a complicated sheet with a Data Table, call it DTA.
DTA has a number of rows for which I calculate an AVERAGE of a particular column.
There are many cells whose values effect DTA output - not just the one I chose for the DT input.
Now I want vary one of these other cells and see how it effects AVERAGE.
So I build DTB with an input of this new varied cell and an output of the varied AVERAGE.
Now when DTB populates the rows by varying this new varied cell, DTA must recalculate to get the proper AVERAGE for the DTB row.
That is not happening.
QUESTION: Can you define a DTB where for each row, another DTA must recalculate to populate?
OR: Is it possible to Cascade Data Tables?
Bookmarks