PowerPivot CAGR calculation

bthomas

Board Regular
Joined
Mar 4, 2008
Messages
139
Hi All!

I am trying to calculate the CAGR for 3 consecutive quarters in PowerPivot. I can't see to get the formula right. This is what I have tried.

Code:
Past 3 Qtr CAGR:=('Bookings Past 3 Quarters'[Prior Qtr -2 Bookings]/'Bookings Past 3 Quarters'[Prior Qtr Bookings])^(1/3)-1

Past 3 Qtr CAGR:=([Prior Qtr -2 Bookings]/[Prior Qtr Bookings])^(1/3)-1

The error I receive is that each field can't be determined in the current context.

Any help is greatly appreciated. I guess I am just having trouble figuring what order these formulas should be.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi!

I figured this one out.

The formula is:

3 QTR CAGR:=(DIVIDE([Sum of Column1],[Sum of Column2])^DIVIDE(1,3))-1

Sum of Column1 is a sum calculation of the prior year data (however many years back)
Sum of Column2 is a sum calculation of the current year data.
In the DIVIDE(1,3) change the 3 to the number of years.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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