known_y's,known_x's,new_x's,const!Returns numbers in an exponential growth trend matching known data points!is the set of ...

!known_y's,known_x's,new_x's,const!!Returns numbers in an exponential growth trend matching known data points!is the set of y-values you already know in the relationship y = b*m^x, an array or range of positive numbers!is an optional set of x-values that you may already know in the relationship y = b*m^x, an array or range the same size as Known_y's!are new x-values for which you want GROWTH to return corresponding y-values!is a logical value: the constant b is calculated normally if Const = TRUE; b is set equal to 1 if Const = FALSE or omitted!