#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default formula

I am looking for a formula that will develop a factor based on months.

Example:

at 12 months the developmental factor is 1.724
at 24 months the developmental factors is 1.347

I need a formula that would give me the developmental factor at 19 months

Any help is much appreciated...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula

Is there a linear relationship between the two stated factors, or does
the factor last for 12 months and then change? What is the factor
below 12 months? Will you enter 19 (months) directly, or derive it
from a start and end date?

Please give more details.

Pete

On Apr 17, 4:00 pm, walkerT wrote:
I am looking for a formula that will develop a factor based on months.

Example:

at 12 months the developmental factor is 1.724
at 24 months the developmental factors is 1.347

I need a formula that would give me the developmental factor at 19 months

Any help is much appreciated...



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default formula

Pete, the developmental factor last for 12 months and then changes at 24...So
I am looking to develop it at 19 months

"Pete_UK" wrote:

Is there a linear relationship between the two stated factors, or does
the factor last for 12 months and then change? What is the factor
below 12 months? Will you enter 19 (months) directly, or derive it
from a start and end date?

Please give more details.

Pete

On Apr 17, 4:00 pm, walkerT wrote:
I am looking for a formula that will develop a factor based on months.

Example:

at 12 months the developmental factor is 1.724
at 24 months the developmental factors is 1.347

I need a formula that would give me the developmental factor at 19 months

Any help is much appreciated...




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula

You didn't answer my other questions, so assuming you enter 19 into
A1, you can use this formula to derive the factor:

=IF(A1<12,0,IF(A1<24,1.724,1.347))

This gives you a factor of 0 for less than 12 months - change as
appropriate.

Hope this helps.

Pete

On Apr 17, 4:20 pm, walkerT wrote:
Pete, the developmental factor last for 12 months and then changes at 24...So
I am looking to develop it at 19 months



"Pete_UK" wrote:
Is there a linear relationship between the two stated factors, or does
the factor last for 12 months and then change? What is the factor
below 12 months? Will you enter 19 (months) directly, or derive it
from a start and end date?


Please give more details.


Pete


On Apr 17, 4:00 pm, walkerT wrote:
I am looking for a formula that will develop a factor based on months.


Example:


at 12 months the developmental factor is 1.724
at 24 months the developmental factors is 1.347


I need a formula that would give me the developmental factor at 19 months


Any help is much appreciated...- Hide quoted text -


- Show quoted text -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"