![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Regina, Canada
Posts: 79
|
=FORECAST(x,known_y's,known_x's)
can the range be replaced with given points instead? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Define "points".
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Regina, Canada
Posts: 79
|
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) |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
{=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. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|