If function

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))
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Assuming you entered the growth rate of 10% as 0.1 then it is simple maths that you need to add 1 to the growth rate to multiply otherwise you would be multiplying by 10% (reduction to one tenth) instead of increase by 10%. You have a formula that works. Enjoy it!
 
Upvote 0
If you want to increase a value by say 10%, you would multiply it by 110% or 1.1 or (1+10%)

If you want to decrease a value by 10%, you could multiply it by 90% (.9) or multiply it by (1-10%) which is the same as 90%
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top