Frank Living
New Member
- Joined
- Apr 10, 2011
- Messages
- 2
Can anybody please help me with this ??
A company will be selling 10.000 units during 2004, Two competitors will enter the market, our company will loose 30% in when the 1st company enters ad 15 when the second company does. The market is growing by 10% each year. So I basically wrote a formula which will compute sales for 2004 - 2013. However the formula only works when I add 1+ in the beginning and 1- at the end. I wanted to know why.
=(1+annual_growth)*IF(C7=_1st_comp_entry,(1-_1st_comp_drop)*D6,IF(C7=_2nd_comp_entry,D6*(1-_2nd_comp_drop),D6))
A company will be selling 10.000 units during 2004, Two competitors will enter the market, our company will loose 30% in when the 1st company enters ad 15 when the second company does. The market is growing by 10% each year. So I basically wrote a formula which will compute sales for 2004 - 2013. However the formula only works when I add 1+ in the beginning and 1- at the end. I wanted to know why.
=(1+annual_growth)*IF(C7=_1st_comp_entry,(1-_1st_comp_drop)*D6,IF(C7=_2nd_comp_entry,D6*(1-_2nd_comp_drop),D6))