Organize the Data In two adjacent columns, enter the X and Y values. Although the example in the screenshot shows the values in a sequence, it is not necessary to put the values in any particular sequence. Just be sure that the X and Y value pairings remain associated with one another.

Enter the Formula Since the Excel FORECAST() function needs only three elements, two of which you have already entered, the next step is to decide the X values for which you wish to forecast Y values. As shown in the screenshot, the FORECAST() function computes a ratio that represents the relationship between all of the X values and all of the Y values. It then uses this ratio to predict a value for Y using any specific value of X. The arguments of the FORECAST() function are, in sequence, the X value for which you wish to forecast a Y value, the range of known Y values and the range of known X values. As shown in the example, the FORECAST() function is: =FORECAST(E13,$C$6:$C$16,$B$6:$B$16) where, the equal sign (=) designates this is a formula, the value $C$6:$C$16 designates the known Y values and $B$6:$B$16 designates the known X values. This function statement then “forecasts” the corresponding Y value for the specified X value (E13), based on the value pairs in columns C and B (known Y’s and known X’s). Enter this formula in each of the cells in which you wish to forecast a Y value for a specified X value.

Apply the FORECAST function

The Excel FORECAST() function has many practical applications. It can be used to predict future sales based on the past performance of specific periods, project inventory or stock requirements for expected future sales, estimate consumer spending or demand trends, determine material inventory or stock requirements, or determine any value based on statistical pairs that indicate prior performance. Writer Bio

How to Use Microsoft Excel s FORECAST Formula - 79