Hello!
If I have:
a1=1
a2=2
a3=3
a4=4
then I make 2 next scenarios over a1:a4 →
scenario1: a1=11
a2=22
a3=33
a4=44
scenario2:
a1=111
a2=222
a3=333
a4=444
the result is that we have scenarios 1 and 2 over cells a1:a4.
What is happening with first valuse: 1,2,3,4?
How can we get or access them and is it possible at all?
MANY THANKS!