=OFFSET(Data!$P$3,(n-1)*30,0,13,1)
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"sylphide" <sylp...@discussions.microsoft.com> wrote in message
news:EF464AA9-D2C5-4F51...@microsoft.com...
=B2*(1-Data!$B$4^lenght)*PRODUCT(OFFSET(Data!$N$4,lenght-1,0,1,1))
where the lenght is equal to n in the Temporary Insurance
B2 is Ax, ie the whole life insurance corresponding to the life age (x)
Data!$B$4 is the discount factor (=1/1+i) and i is the interest rate
$N$4 is the px (probability of life age (x) surviving to next year (which I
am pretty sure is the data i need to Offset depending on the lenght of n)
However,from your formula "=OFFSET(Data!$P$3,(n-1)*30,0,13,1)" I do not
understand why I must multiply by 30, nor do I understand
the number 13. Thanks again.
--
Kind regards,
Niek Otten
"sylphide" <sylp...@discussions.microsoft.com> wrote in message
news:A265E03D-0B58-45DF...@microsoft.com...