Growth function in Excel |
|
| Growth function in Excel helps estimate or project growth of a business by using array functions and past performance data of a business. GROWTH calculates predicted exponential growth by using existing data. GROWTH returns the y-values for a series of new x-values that you specify by using existing x-values and y-values. You can also use the GROWTH Excel function to fit an exponential curve to existing x-values and y-values. Note: The formula in the example below must be entered as an array formula. If the formula is not entered as an array formula, the single results are 32618.20377 and 320196.7184. | |
|
Syntax Known_y's is the set of y-values you already know in the relationship y = b*m^x. If the array known_y's is in a single column, then each column of known_x's is interpreted as a separate variable. If the array known_y's is in a single row, then each row of known_x's is interpreted as a separate variable. If any of the numbers in known_y's is 0 or negative, GROWTH returns the #NUM! error value. Known_x's is an optional set of x-values that you may already know in the relationship y = b*m^x.
Remarks
|
|