FORECAST function

Tyre

Board Regular
Joined
Feb 17, 2002
Messages
79
=FORECAST(x,known_y's,known_x's)

can the range be replaced with given points instead?
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
points:
for example:
the range "known_x's" is B3:B9
the range "known_y's" is C3:C9

can the FORECAST be used for series of points, or x-values (like 1,3,5)
 
Upvote 0
On 2002-04-10 14:20, Tyre wrote:
points:
for example:
the range "known_x's" is B3:B9
the range "known_y's" is C3:C9

can the FORECAST be used for series of points, or x-values (like 1,3,5)

Sure, a single array formula such as...

{=FORECAST({4;5;6},{10;20;30},{1;2;3})}

...can be entered into 3 contiguous, vertically oriented cells (e.g., A1:A3) to produce...

{40;50;60}

Note: This is an array formula which must be entered using the Control+Shift+Enter key combination. The outermost braces, { }, are not entered by you -- they're supplied by Excel in recognition of a properly entered array formula.
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top