I am searching for an answer to the question below.
I am creating individual-level life tables in excel and only need the formula to run until a max possible age of 100.
I am using the excel formula below. This, ($G7+I$6)
represents age + time period
. Stating the obvious, this is not the output value but rather a component of the formula.
=EXP((-$C$2^-1)*(EXP($C$3+($D7*$F$2)+($C7*$F$3)+($B7*$F$4)))*(EXP($C$2*($G7+I$6))-1))
Once again, I need the formula to run until ($G7+I$6)
reaches 100. So the formula should stop once ($G7+I$6)
reaches 100.
How do I do this?
Any advice would be appreciated.
Thanks in advance,
Jay