A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi. My best guess:
a) With C12 having the formula: =G6
Select B12:C755
Then What-IF, Data Table, and in
In the Column Input Cell, type A3.
b) I "think" the formula is always returning the values in G6. It changes the value based on the formula in A3. However, A3 is blank, and not really contributing to the formula. The returned value is therefore basically relying on RAND() to change the values each time.
So I think that if C6:D19 are blank, and one enters a formula in D6, one then
Selects C6:D19, then Data Table. The inputs from Column C (blank here) are feed into B3.
However, B3 is not part of the formula in B6. Therefore, Rand() is the only function causing the different values.
In other words, B3 is the input for each of the cells in C7:C19 (that don't happen to have any affect.)
Hope I said that correctly.