Forum Discussion
bartvana
Nov 20, 2020Iron Contributor
Multiple scenarios in one graph (using Scenario Manager)
I have a simple question but cannot seem to find the answer (unless it is "no"). How can I show multiple scenarios (what-if, using the Scenario Manager) in one and the same graph? I know how to ...
- Dec 26, 2020
One more scenario is with dynamic arrays
where
years: =TRANSPOSE(tData[[#All],[Year]]) scens: =TRANSPOSE(INDEX(tVar[#Headers],1,SEQUENCE(,COLUMNS(tVar)-1,2))) data: =TRANSPOSE(tData[Value])* TRANSPOSE(INDEX(tVar,1,SEQUENCE(,COLUMNS(tVar)-1,2))/ INDEX(tVar,2,SEQUENCE(,COLUMNS(tVar)-1,2) ) )
SergeiBaklan
Dec 26, 2020Diamond Contributor
mathetes , don't simplify, with your great experience your input is always valuable. Each of us has strong and wear points. That's advantage of this resource we may discuss concrete task from different points of view.
mathetes
Dec 26, 2020Silver Contributor
Thank you, Sergei. I do believe I add useful input, especially around seeing the value of distinguishing between the input and output end of things, and the power of data tables at that front (or Input) end of a design.
There are times though when I'm very aware of how much there is for me to learn. Fortunately, I enjoy learning.
There are times though when I'm very aware of how much there is for me to learn. Fortunately, I enjoy learning.