Predicts future values for an ideal straight line based on the given data set.
Syntax
y_values: The array or range containing the known (dependent) y values. E.g. B2:B11
x_values: The array or range containing the known (independent) x values. It can have more than one variable. It must be of the same size as that of y_values. Defaults to {1,2,3...} if omitted. E.g. A2:A11
new_x_values: The new x values that you want the corresponding y values of. E.g. D2:D5
Examples
|
Formula |
Result |
|
=TREND(B2:B11;A2:A11;D2:D5) |
823744 909124 994503 1079883 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions