Why does my formula keep returning a zero?

sccrsurfer

Board Regular
Joined
Feb 22, 2011
Messages
61
Im trying to do a simple CAGR formula and for some reason I keep getting a 0, when I know it's wrong. Is there something wrong with my formula? The two cell references are whole numbers and both are positive. When I hit enter, it comes up as a zero. Note: I even tried to enter it as an array ctrl+shift+enter, and I still got a zero. Please help! Thanks!

=(('Key Financials'!B3/'Key Financials'!D3)^(1/2))-1
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Welcome to the Board!

I have no idea what a "CAGR formula" is, but I am pretty good at Math and Excel.

Can you let us know the following:
- What is the value in cell B3?
- What is the value in cell D3?
- What is your expected result?
 
Upvote 0
formula seems all right.
Are you sure that the values in B3 and D3 are not equal?
The result of dividing one by the other would be 1, the square root of which is 1, minus 1 is zero.
 
Upvote 0
Welcome to the Board!

I have no idea what a "CAGR formula" is, but I am pretty good at Math and Excel.

Can you let us know the following:
- What is the value in cell B3?
- What is the value in cell D3?
- What is your expected result?

Thanks for replying.

CAGR = Constant Annual Growth Rate

B3=32218000
D3=41923036

The result should be 0.123356684582718 aka 12%
 
Upvote 0
formula seems all right.
Are you sure that the values in B3 and D3 are not equal?
The result of dividing one by the other would be 1, the square root of which is 1, minus 1 is zero.

Is there a setting in Excel that might be causing it to return a 0? Perhaps not following orders of op? Idk, just throwing it out there.
 
Upvote 0
Format the cell with the formula as General or Percent.
 
Upvote 0
It returns -0.1234 for me.
Are you sure you haven't formatted your cell to return zero decimal points?
Try increasing the number of decimal points the cell with your formula returns.
 
Upvote 0
Is the cell you're expecting this answer in formatted to have decimals or formatted to be %?

As a percentage.

To explain the ^1/2, its because I'm calculating three years constant annual growth starting with the end of the period, hence 1/2 instead of 1/3, just fyi if that helps anyone. Could be that my math is messed up.
 
Upvote 0
It returns -0.1234 for me.
Are you sure you haven't formatted your cell to return zero decimal points?
Try increasing the number of decimal points the cell with your formula returns.

That did it! Thanks. To think it was a decimal problem. Excel is one evil mistress. Thanks guys!
 
Upvote 0

Forum statistics

Threads
1,223,629
Messages
6,173,434
Members
452,514
Latest member
cjkelly15

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