Hi everyone,
I need an efficient formula that I can copy to about 1000 rows.
The formula calculates the chances of reaching 60 years old based on the person's current age, using the following table (1st column is age, 2nd column is probability):
<30 20%
30-39 15%
40-44 10%
45-49 7.5%
50-54 5%
55-59 2.5%
So for example, the given age is 25, the chances of that person reaching 60 is 2.069% calculated as follows:
1 * (1-20%)^5 * (1-15%)^9 * (1-10%)^5 *(1-7.5%)^5 *(1-5%)^5 *(1-2.5%)^5
This formula must be applicable to any person's age.
Thanks
I need an efficient formula that I can copy to about 1000 rows.
The formula calculates the chances of reaching 60 years old based on the person's current age, using the following table (1st column is age, 2nd column is probability):
<30 20%
30-39 15%
40-44 10%
45-49 7.5%
50-54 5%
55-59 2.5%
So for example, the given age is 25, the chances of that person reaching 60 is 2.069% calculated as follows:
1 * (1-20%)^5 * (1-15%)^9 * (1-10%)^5 *(1-7.5%)^5 *(1-5%)^5 *(1-2.5%)^5
This formula must be applicable to any person's age.
Thanks