I have a bank report with a lot of columns, I would like to be able to use a different formula in the same column depending on the situation. Is there a way to use a Dynamic spilled array to just change the result in the first row and it will change the rest of the rows?
In this example, I would like to choose 1or 2 and it will spill the formula down without me copying it down.
In this example, I would like to choose 1or 2 and it will spill the formula down without me copying it down.
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2:A5 | A2 | =CHOOSE(1,B2-C2,ABS(B2-C2)) |