Tuesday 21 March 2017

Excel - Microsoft Excel GROWTH Function

Description

The Excel GROWTH function calculates the exponential growth curve through a given set of y-values and (optionally), a given set of x-values. The function then extends the curve to calculate additional y-values for a further supplied set of new x-values. 

The format of the function is : 

GROWTH( known_y's, [known_x's], [new_x's], [const] ) 


Where the arguments are described in the table below : 


As the Growth function returns an array of values, it must be entered as an Array Formula. 
Array Formulas: 

To input an array formula, you need to first highlight the range of cells for the function result. Type your function into the first cell of the range, and press CTRL-SHIFT-Enter.

Go to the Excel Array Formulas page for more details. 

Growth Function Example

The spreadsheet below shows a simple example of the Excel Growth Function being used to extend a series of x- and y-values that lie on the exponential growth curve y = 5 * 2^x. These are stored in cells A2 - B5 of the spreadsheet and are also shown in the graph. 

The Growth function calculates the exponential growth curve that has the best fit for the provided known x- and y- values. In this simple example, the curve of best fit is the exponential curve y = 5 * 2^x.

Once Excel has calculated the exponential growth curve equation, it can use this to calculate the new y-values for the provided new x values. 



In this example, the values of the [new_x's] are stored in cells A8 - A10 and the Excel Growth function has been used, in cells B8 - B10, to find the corresponding new y values. The equation for this, as shown in the formula bar, is : 

=GROWTH( B2:B5, A2:A5, A8:A10 ) 

It is seen that the Growth function in the formula bar is encased in curly braces { }. This indicates that the function has been input as an Array Formula. 

Note that, although the points in the example fit exactly along the curve y = 5 * 2^x, this is not essential. The Excel Growth function will find the curve of best fit for any set of values provided to it. 

Growth Function Errors

The most common errors from the Excel Growth function are listed in the table below : 
Common Errors 






























No comments:

Post a Comment