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

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
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,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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