A co-worker and I have been working on this problem for a while and only achieved marginal success. Here' the issue. The sheet requires the user to provide the Date of Birth or (DOB), to arrive at what their age will be at MMI( a date in the future.
Here's the twist. There is a term called rated age that basically says if I am a 49 year old person but have conditions related to my lifestyle, chronic disease etc my actual or rated age is older than 49... For this example lets use 52.
So the question is, If my rated age is 52, and I will be MMI in 3yrs, how can I get the formula to return how old my rated age will be taking into consideration the date of birth?. below is an example of the form and what we have tried so far..
Thanks for any help that can be provided
DOB 12/27/1961(E8)
Current Rated Age 52(G8)
Todays Date 09/06/10
Rated Age at MMI ?
-------------------------------------------------------------------------------
MMI date 12/27/13(E14)
=INT(((E14-TODAY())/365.25)+((TODAY()-E8)/365.25))+((G8)-(((TODAY()-E8)/365.25)))
Here's the twist. There is a term called rated age that basically says if I am a 49 year old person but have conditions related to my lifestyle, chronic disease etc my actual or rated age is older than 49... For this example lets use 52.
So the question is, If my rated age is 52, and I will be MMI in 3yrs, how can I get the formula to return how old my rated age will be taking into consideration the date of birth?. below is an example of the form and what we have tried so far..
Thanks for any help that can be provided
DOB 12/27/1961(E8)
Current Rated Age 52(G8)
Todays Date 09/06/10
Rated Age at MMI ?
-------------------------------------------------------------------------------
MMI date 12/27/13(E14)
=INT(((E14-TODAY())/365.25)+((TODAY()-E8)/365.25))+((G8)-(((TODAY()-E8)/365.25)))