loveyoursite
Technical User
I need a formula that will calculate a coverage amount using the employee's annual salary and their age as of 1/1/2007. I have all of the pieces, I just don't know how to put it all together into just one cell. For example:
Cell E3 is the age as of 1/1/2007
Cell G3 is a salary of 35,000
If age is <64 the coverage is G3 (1 x sal)
if age is between 65 and 69 the coverage amount = G3*.065 (sal reduced to 65%)
if age is 70+, the coverage amount = G3*.05 (sal reduced to 50%)
So the results would be:
if age is 42 the coverage amt is 35,000
if age is 65 the coverage amount is 22,750
if age is 71 the coverage amount is 17,500
Cell E3 is the age as of 1/1/2007
Cell G3 is a salary of 35,000
If age is <64 the coverage is G3 (1 x sal)
if age is between 65 and 69 the coverage amount = G3*.065 (sal reduced to 65%)
if age is 70+, the coverage amount = G3*.05 (sal reduced to 50%)
So the results would be:
if age is 42 the coverage amt is 35,000
if age is 65 the coverage amount is 22,750
if age is 71 the coverage amount is 17,500