I have a simple formula I want to perform in the same column.
CodePudding user response:
=arrayformula( B1 * (1 - C1) ^ sequence(count(A2:A)) )
I have a simple formula I want to perform in the same column.
CodePudding user response:
=arrayformula( B1 * (1 - C1) ^ sequence(count(A2:A)) )