Help- Formula/method to calculate individual CAGR components

saiff

New Member
Joined
Mar 26, 2020
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hello All,

I am struggling with a certain piece within my sheet.

I have the final revenue numbers for multiple years available. This annual revenue is representing a recurring stream of business.
Example: Q1 = $10000 | Q2 = $10000 + 5000(new) | Q3 = 15000 + 9000(new).....So old customers retained and new ones added each quarter.

So I only have the total revenue from the recurring stream across the whole year ---> 2018 = $500K AND I have the rate at which new accounts are being added per quarter = 10%.

I am unable to figure how to use these two data points to come up with actual revenue splits across each quarter that match the given growth rate and sum up to the final annual revenue number that has been given to me.

I am able to get by Goal seek, but i Need to be dynamic so that we can play around with the annual revenue numbers.

Please help. Thank a ton!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Welcome to the Forum!

I'm not clear how all your numbers relate, so the solution below is only a guess about what you are trying to do:

Cell Formulas
RangeFormula
B3B3=500000*g/((1+g)^N-1)
A6:H6A6=Base
B7,H7:H13,G7:G12,F7:F11,E7:E10,D7:D9,C7:C8B7=g*SUM(B$6:B6)
A15:H15A15=SUM(A6:A13)
A17A17=A15
B17:H17B17=A17+B15
A18:H18A18=Base*((1+g)^COLUMNS($A18:A18)-1)/g
Named Ranges
NameRefers ToCells
Base='1'!$B$3A18:H18, A6:H6
g='1'!$B$1B7, B3, A18:H18, C7:C8, D7:D9, E7:E10, F7:F11, G7:G12, H7:H13
N='1'!$B$2B3
 
Upvote 0

Forum statistics

Threads
1,215,459
Messages
6,124,948
Members
449,198
Latest member
MhammadishaqKhan

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