GROWTH function - The function calculates the exponential growth value using existing data in Excel
The following article introduces you to the GROWTH function - one of the functions in the statistical function group is very popular in Excel.
Description: The function calculates the exponential growth value using existing data.
Syntax: GROWTH (known_y's, [known_x's], [new_x's], [const])
Inside:
- known_y's : The set of known y values in the relationship y = b * m ^ x, is a required parameter.
+ If known_y's is in a single column or row -> each known_y's column or row is interpreted as a separate variable.
- known_x's: The set of known x values in the relationship y = b * m ^ x, is a required parameter.
+ known_x's may include 1 or more sets of variables.
+ If known_x's is omitted -> it is assumed to be an array of the same size as known_y's
- new_x's: Are the new x values that you want the function to return the values corresponding to the values of y.
+ new_x's must include a column (row) for each independent variable.
+ If new_x's is omitted -> it is assumed to be the same as known_x's.
+ If known_x's and new_x's are omitted -> it is assumed to be the same as known_y's size .
- const: The logical value determining the value of the constant b, is an optional value including the following values:
+ const = True or ignore -> b is calculated normally.
+ const = False or ignore -> b = 1 and m are adjusted such that: y = m ^ x.
Attention:
- The value of the returned formulas has the array formula type -> the function must be entered as an array formula.
- When entering values for an argument with the following convention:
+ Use commas to separate values in the same row.
+ Use semicolons separating between rows together.
For example:
Calculate the estimated revenue for the 6th and 7th months based on the previous sales month in the data table below:
- Calculate the expected revenue of the 6th month. In the cell to calculate enter the formula : = GROWTH (D6: D10, C6: C10, C11: C12)
- Press Enter -> predicted revenue of the 6th month is:
- Calculate the predicted revenue of the 7th month. In the cell to enter the formula : = GROWTH (D6: D11, C6: C11, C12)
- Press Enter -> predicted revenue of the 7th month is:
Above are instructions and some specific examples when using GROWTH function in Excel.
Good luck!
You should read it
- GEOMEAN function - The function returns the average of a positive array or range of data in Excel
- The EXPON.DIST function - The function returns the exponential distribution in Excel
- How to create growth charts in Excel
- How to use Hlookup function on Excel
- Growth Hacking growth strategy - Part 1
- LOGEST - The function returns an array of data that describes an exponential curve that fits the data given in Excel
- How to use SUMPRODUCT function in Excel
- DB function - The function calculates the depreciation of assets with specific maturity in Excel
May be interested
- How to use SUMPRODUCT function in Excelsumproduct function in excel is a function that calculates the total value of corresponding products that users conduct zoning.
- NPER function - The function calculates the period number of an investment in Excelcalculating interest rates for securities are usually calculated by period. so if you are a stock player, please know this calculation offline to be able to actively calculate the interest received. the following article shows how to use the nper function to calculate the number of periods for an investment.
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Exceltrimmean function: the function returns the average of the inside of the data set. the function calculates by removing which percentage of the value is in the first or last boundary of the data set. syntax: trimmean (array, percent)
- DATEDIF function - The function calculates the number of days, months, years between 2 dates in Exceldatedif function: the function performs the calculation of number of days, months, years between 2 dates in excel. functions are useful in formulas for calculating age numbers. syntax: datedif (start_date, end_date, unit)
- TBILLPRICE function - The function calculates the value of treasury bonds by the $ 100 face value in Excelthe following article details the meaning and usage of the tbillprice function - the function of calculating the value of treasury bonds at $ 100 face value in excel.
- SUBTOTAL function - The calculation function for a group in a list in Excelsubtotal function: a function that calculates a subgroup in a book set or a data table depending on the calculation involving the first parameter.
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excelfrequency function: function that calculates and returns the frequency of occurrences of values within a certain range and returns a vertical number array. syntax: frequency (data_array, bins_array)
- Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excelthe following article details how to use the coupdays function in excel. function meaning: the coupdays function calculates the number of days in the coupon period and contains the settlement date. syntax: coupdays (settlement, maturity, frequency, [basis]).
- How to use Hlookup function on Excelhlookup function basically also has the function syntax and features like vlookup function, which is to help users find data in excel table, with the conditions or given information. here is the guide for using the hlookup function in detail.
- TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excelthe following article details the meaning and specific examples of how to use the tbillyield function - the function of calculating the discount rate for a bond in the treasury.