excel linear interpolation formula. All you have to do is to type in (or paste in) the concentrations of the standard solutions and their instrument readings (e. excel linear interpolation formula

 
 All you have to do is to type in (or paste in) the concentrations of the standard solutions and their instrument readings (eexcel linear interpolation formula The FORECAST

Function LinInterpolation(DataX As Range, DataY As Range, point As Range) As Variant: If point. Steps: Determine which value you want to interpolate and make new rows for the value you want to interpolate and the interpolated In this case I want to interpolate. Let’s understand more about linear interpolation excel. The examples I have of doing linear interpolation in Excel avoid the volatile function by using helper cells in the lookup table that calculate slope and intercept for each pair. Next, we will select the range of our 4×4 grid of neighboring data points. Interpolate Excel Formula. The x1 value is the value in the table that is just below our desired x-value of 230, and the x2. The weights are inversely related to the distance from the end points to the unknown point; the closer point has more influence than the farther point. 5 then y=12. Important: Beginning with Excel version 2005, Excel adjusted the way it calculates the R 2 value for linear trendlines on charts where the trendline intercept is set to zero (0). To interpolate this value, use the following simple formula: (x – x1) * y= y1 + (x – x1) x=22. So why did we get 183. To extrapolate data via way of means of the system, we want to apply factors of the linear chart: A(a, b) and B(c, d) The linear extrapolation system is: Y(x)=b+(x-a)*(d-b)/(c-a) You can input the system in step with factors of your data values and extrapolate the goal value. value = Application. The solution can be either in one formula that "looks" at target achievement and returns a corresponding bonus award amount (ideally), or via an intermediary data table (e. Scene 8: Now copy the formula to the remaining cells in the column, let's see how they look. gives. LINEAR (B1,B3:B10. A function to linearly interpolate and extrapolate. = yk +sδk. There's a linear interpolation (by computing fractions), but my recent try on logarithmic interpolation sometimes produces worse results than the linear one. Finding the x and y values. 2. The dataset that we are going to use has this linear pattern, although it has some of its data missing, as seen in the image. In this formula, (x1, y1) is referring to the first coordinate of the interpolation process. Next, x refers to the known value, while y is the unknown value. The piecewise linear interpolant L(x) is a continuous function of x, but its first derivative, L′(x), is not continuous. Using Excel’s Fill Command feature, you may automatically fill a set of cells with similar content or with a collection of numbers or letters. To find the y and z values, we’ll just need to modify our formula to use the y-coordinates and z-coordinates of our points. Excel Linear #Interpolation using the #FORECAST built-in function#excel #linearinterpolation #math #finance #accounting #science #engineeringWhen you are doing a linear interpolation, you are approximating the function between points as a line. The interpolation method is used to find the new data points within the range of a discrete set of known data points. com Excel is an excellent tool for interpolation, as ultimately, it is a big visual calculator. The formula works like this:You could do a linear interpolation, which I describe in a tutorial called Excel Interpolation Formulas on my blog. The following Microsoft Excel formula performs linear interpolation by calculating the interpolation step value: =(end-start)/(ROW(end)-ROW(start)) where end. LINEAR formula to the cell where you want to add the interpolated value. The specific step i am not able to do is: Creating a function in power query that adds a new column do table 2 containing the interpolated interest rate os each financial product. Check out the comprehensive interpolation documentation for more detail. 1. need an excel simple formula or function that returns values of y for given x in a two-dimensional array and works in the following way. , X1 & Y1. This process expressed as a formula is: x 7 = (x 5 – 1) (6/4) + 1. Linear-Interpolation Method. You can use this method if getting a linear trendline for a. It's often good to view Interpolation on a graph so that it becomes clearer what we're doing: - So. Next, select the cell where you want the interpolated value to appear and use the formula =FORECAST. You need two variables to read off the compressed liquid or superheated vapor tables. Interpolation with FORECAST. The formula to calculate linear interpolation is: Linear Interpolation (y) = y1+(x−x1) (y2 −y1) (x2 −x1) y 1 + ( x − x 1) ( y 2 − y 1) ( x 2 − x 1) where, x1 x 1 and y1 y 1 are the first coordinates. 4. However, there is a straightforward technique. Linear extrapolation can help us estimate values that are either higher or lower than the values in the data set. This is clearly a linear function that passes through (xk,yk) and (xk+1,yk+1). #6. 5 in cell B5 to indicate that we want to find the midpoint. The VBA Match function finds the relative position of the largest value of w and v which is the range of data you have in your dataset. the. Renaming an Excel Table Name. Lec. E. Hussein K. e. , function) of the input data table (a one-dimensional array of cells (e. Using the Trendline, Excel can fit exponential, logarithmi. Select the row of x-values in the data table and name those “xvalues”. Given (x1, y1) and (x2, y2), we can estimate the y-value for a given x-coordinate. So, it would be best to use this function. Solution: The procedure you use to solve this problem is essentially an extension of the method used for the single control parameter table. 5 × 20000 = 30000. . Click on DATA along the top ribbon, then click the Data Analysis option on the far right. Think of this as “the long-term estimate” of the data. Use INTERPXY to map a scattered (x,y) data points onto a uniform grid for easy plotting in Excel. The formula works by: using the MATCH function to find the row in the inputs range just before the value being searched for (e. Method 1: Mathematical Equation for Linear Interpolation. Code Explanation: We have declared a function named Lin here. You can call it in a VBA module by using Application. TREND returns the y-values along that line for the array of. The position of the median. Verma @ 1 person found this reply helpful. As the name implies it fits a straight line to each. See the yellow-highlighted cells in my "corrected" sheet in the attached Excel file. Then, we will select the cells containing the x and y coordinates where we want to interpolate. there were some other logic issues that I fixed. Once we have our data set, we must create a chart based on those values. LINEAR (x, known_y's, known_x's) Where: x is the data point for which you want to predict a corresponding y-value. . So. Methods. Originally Posted by shg. One of the basic approaches of data interpolation in Microsoft Excel is to apply the mathematical formula of linear interpolation. You could change the Forcast line to: Sheets (1). If you want actual and interpolated data all together in one array, then you will have to program the formula. You can use these functions to predict future sales, inventory requirements, or consumer trends. 2) Once you have located the row and column that correspond to your entered D1 and L1, then you can use the INDEX() function to extract the four data points that represent the "corners" of the interpolation region 3) With those four points extracted from the table, you can then apply the formula given by Wikipedia (click through to the article. , "eyeballed"). For linear interpolation, the model is the unique piecewise linear function that passes through each sample point and is linear on each interval [x i, x i+1]. The interpolation formula is explained below along with a few solved examples in the following section. To demonstrate the methods we will use the following dataset. I am using FORECAST function in Excel to estimate values using linear interpolation. Use Mathematical Formula to Calculate Logarithmic Interpolation in Excel. The following Microsoft Excel formula performs linear interpolation by calculating the interpolation. Click the Table > Design > Table Name > Enter T_Inputs > Press Enter. Function TrilinearInterpolation(inputX As Double, inputY As Double) As Double. The entered value of the known_ys argument in cells “B3:B10”. A linear interpolation function is also included. But this formula will use the whole. Its general formula is. Generating piecewise linear approximations for non-linear curves is a very common task. 5 Then Stop nR = rX. Nonlinear Interpolation With Excel To Construct U. HTH, Bernie MS Excel MVP Function Interpolate(Xnow As Double, _ XRates As Range, YRates As Range) As Double Application. 3) A lookup function (usually using approximate match option) to return slope and intercept at the specified date from the monthly table. Functions like this are known as UDFs, or User Defined Functions. Interpolation can be calculated in a variety of ways. Two approaches come to mind: Pairwise linear interpolation using FORECAST. Do Interpolation of Non-Linear 2D Data in Excel. Question: Find the value of y at x = 4 given some set of values (2, 4), (6, 7)? Solution: Given the known values are, x = 4 ; x 1 = 2 ; x 2 = 6 ; y 1 = 4 ; y 2 = 7. Count > 1 Then: LinInterpolation = "Can only interpolate one value" Exit Function: End If: Dim value As Double: value = point. + b n x n + a. This the ‘Bezier’ function. The cubic spline interpolation is a piecewise continuous curve, passing through each of the values in the table. However my data is not linear for the entire data set. - That proportion is calculated by how close we are to the second rate. Define names for the KnownX and KnownY ranges (InsertNameDefine. y =Unknown value. Arius provides functions for the Exponential, Inverse Power, Linear, and Weibull curves. DrGenius. This video looks at two problems in PTC Mathcad addressed w. x y 1 10 2 15 3 20. Now I want to fill up the empty cells by linear interpolation. And (x2, y2) refers to the second point of the interpolation process. Press Enter. I offered the following suggestions. It finds the unknown values in the table. It works fine except when the formula gets to the end of the number its trying to interpolate with. A (a, b) B (c, d) The linear extrapolation formula is: Y (x)=b+ (x-a)* (d-b)/ (c-a) You can enter the formula according to two points of your data values and extrapolate the target value. c. value Excel Linear #Interpolation using the #FORECAST built-in function#excel #linearinterpolation #math #finance #accounting #science #engineering When you are doing a linear interpolation, you are approximating the function between points as a line. The second set of values is (8,4). Introduction. Multivariate interpolation. known_x’s: The independent array or range of data known to us. actually a combination of linear interpolation and lookup/linear search. Enter the following formulas into Cells A2-F2, and then copy them down the page. 1) a LINEST () function to determine slope and intercept for each pair of points. Every time you change one of the referenced values the calculation will be run again. x is the point to perform the interpolation. (In this example, the sheet name is Daily Record and the weights are recorded in column D. For instance, Bresenham's algorithm interpolates points incrementally between the two endpoints of a line (Bresenham, J. In the Format Trendline pane, select the options to Display. g. =iferror(forecast. 3. To help us remember what it means, we should think of the first part of the word, ‘inter,’ as meaning ‘enter,’ which reminds us to look ‘inside’ the data we originally had. LINEAR function in Excel is used to predict a linear trend based on known values and the same can be used to perform Interpolation. Type the function related to the interpolation that you wish to solve. Refer to the image below. The function to be interpolated is known at given points and the interpolation problem consists. x is the point to perform the interpolation. In this first method, we will extrapolate 2. From this we get the simple linear interpolation formula x = fx2 +(1¡f)x1 (lin) : (3) Logarithmic scale The situation is a little less straightforward if the axis is not on a linear scale but rather on a logarithmic scale. . To use an interpolation function, click on the fx button on the formula bar, select the XonGrid 4 interpolation category, select a function then enter your data. I have Lat 1, Long 1 & Lat 2, Long 2 I need help writing a formula to do. You can create a linear interpolation formula using Excel's MATCH and INDEX functions. Now, for an unknown point of U(x,y), you want to know the y value for the known value of x. Target date can be date/time or numeric. 1. Follow. We’ll need to give the function a name – I’ll call it “LinInterp”. Excel has the =FORECAST. Then the recipe gives. TREASURY BOND YIELD CURVE by Andrew Chan Excel offers many powerful mathematical and. Option Explicit Function Linterp2 (rX As Range, rY As Range, x As Double) As Double ' linear interpolator / extrapolator ' R is a two-column range containing known x, known y Dim lR As Long, l1 As Long, l2 As Long Dim nR As Long 'If x = 1. The cubic spline function smoothly interpolates between given data points. In the example below, we will. Next, select all the air velocity numbers (cells D7-L15) and name them “zvalues”. Excel has an in-built function called INTERPOLATE that you can use to perform interpolation. Interpolation is the process of estimating an unknown value of a function between two known values. This is addressed in the topic Trendline Coefficients and Regression Analysis. What does this add-in do? It provides you with 2 new custom Excel functions: 1. This looks very promising. 2) Calculate slope and intercept for each pair of points (for each firm) as part of the lookup table. And it should go linearly (hence the linear in the topic). Options for interpolation with Excel; Interpolation using simple mathematics; Interpolation using the FORECAST function; Interpolation when perfectly linear; Interpolation when approximately linear; Interpolation when the data is not. 64. They call it 'Inner linear interpolation'. Using bilinear interpolation, for any given point x p and y p, we can extract the equivalent point (value) P (also known as z p ). To interpolate the missing value in cell B4 using linear interpolation: In an empty cell (e. Outside this interval, the formula is identical to linear extrapolation. Given two known values (x1, y1) and (x2, y2), we can estimate the y-value for some point x by using the following formula: y = y1 + (x-x1) (y2-y1)/ (x2-x1) This tutorial explains howFirst use MATCH () to find the pair of values around the given value. If you plot it with a logarithmic y axis, it's linear (perfectly linear; yours surely isn't if. Function approximation: Linear interpolation can be used to approximate a function based on a set of. In my career, about 90% of this work has involved batteries (always nonlinear) or sensors (frequently nonlinear). [Edit]: You will need to sort your arrays on the x axis as @ImportanceOfBeingErnest adds. Origin provides four options for data interpolation: Linear, Cubic spline, Cubic B-spline, Akima Spline . Wenn zwei bekannte Werte (x 1 , y 1 ) und (x 2 , y 2 ) gegeben sind, können wir den y-Wert für einen Punkt x unter Verwendung der folgenden Formel schätzen: y = y 1 + (x - x 1 ) (y 2 - y 1 ) /. Count Then Interpolate = _ "Ranges need to be the same size" Exit Function End If For hi = 1. 5 (answer available thru FORECAST but incomplete)I am not sure how to even approach or identify the function or result I would like to achieve. g. [Example. Apr 22, 2021. Whether you're new to Microsoft Excel or simply looking to pick up a few new tips and tricks, you're sure to enjoy this free software tutorial. I've been trying to work on a workbook function that will see the number that I'm looking at, find that number between two others, and then report back to me the vlookup value associated with that interpolation. ^> 1. 5 in this case. Linear interpolation is used to find an unknown value of a function between any two known points. The formula for linear interpolation is: So, in our example, the desired saturated pressure d at 38 C is: A nonsaturated example. In Excel 2016, the FORECAST function. For example, A3=3 and B3=7. , (xn, yn) is defined as the concatenation of linear interpolants between each pair of data points. A regular linear regression is calculated (with your data) as: =LINEST(B2:B21,A2:A21) which returns a single value, the linear slope (m) according to the formula: which for your data: is: Undocumented trick Number 1. In this case first of all, you need to find closest larger and closest lower x values: Lower x: =MAX (IF (B1:L1<B5,B1:L1)) Larger x: =MIN (IF (B1:L1>B5,B1:L1)) Now need to find corresponding y's with HLOOKUP. Linear interpolation is used to find an unknown value of a function between any two known points. LINEAR function predicts a value based on existing values along a linear trend. However, Excel does not provide an interpolation feature. Given a function with a set of points one can form a function such that for (that is, that interpolates at these points). The next two parameters, known_y_pair and known_x_pair are the values either side of NewX. Another technique uses piecewise linear interpolation. Step 2: Click the Kutools > Insert Tools > Fill Blank Cells… . In the next example, we will find the specific volume of steam at a given temperature of 100 C and a given pressure of 20 kPa. Interpolation is the process of estimating an unknown. Linear interpolation - example. There are various ways to interpolate: spline, polynomial, linear and so on. The following step-by-step example shows how to use the TREND function to extrapolate data in practice in Excel. linear(a2,c2:d2,e2:f2),na())which is the formula for linear interpolation in the interval (,). This the ‘Bezier’ function. In more detail, the FORECAST function performs the actual interpolation using the linear interpolation equation shown above. The formula now is =FORECAST. g. To begin, we will type in the function name “ =BicubicInterpolation ( “. t0 = 15, v(t0) = 362. 48 4Y 0. Based on an input value elsewhere, I want the formula to locate the two bounding values in column 1 and then to linearly interpolate the input value between the two (column 1, column 2) data points. You just need to insert the formula. This means that the V OC does not map to a unique. Interpolation in Excel based on Splines and Natural Neighbor Algorithm 2D (Curve) Interpolation Use INTERPXY to: Interpolate from a set of (x,y) data points. Here, we create a straight line that connects two values and estimates the future value. When the data is not linear, the first thing we have to do is to find out the function's behavior. And here it is the definitive 1 Excel to perform Linear Interpolation (single entry tables) and Bilinear Interpolation. Given (x1, y1) and (x2, y2), we can estimate the y-value for a given x-coordinate. TREND returns the y-values along that line for the array of new_x's that you specify. Excel Linear Interpolation Linear interpolation in excel means forecasting or guessing the upcoming next value of any certain variable given on the. Add input cells for height and span in J1 and J2 respectively. Here. 5%, PVL is $966. Public Function InterpolateXY (ByRef X As Range, ByRef Y As Range, ByRef XRange As Range, ByRef YRange As Range, ByRef ValueTable As Range) As Double. Count > 1 Then: LinInterpolation = "Can only interpolate one value" Exit Function: End If: Dim value As Double: value =. First, the value of x will go, then add the y-axis values and finally add x-axis values in the formula and click Enter. In mathematics, bilinear interpolation is a method for interpolating functions of two variables (e. Jan 27, 2021 at 18:02. Linear interpolation is a common method used in Excel to estimate a missing value or to interpolate a value between two existing data points. 1. In linear interpolation, you might get a new data point from two known data points. Once we have our data set, we must create a chart based on those values. To make the above LinearInterpolation function available in excel like other functions, you need to carry out the following steps:. The following Microsoft Excel formula performs linear interpolation by calculating the interpolation step value: = (end-start)/ (ROW (end)-ROW (start)) is the cell address of the larger number, and is the cell address of the smaller number. First, let’s enter the values for the following dataset into Excel: Step 2: Check if the Data Follows a Linear Trend. One relies on creating a curve of best fit taking into account the entire data set. FORECAST. Each method is quite easy. - So, we've seen two ways to calculate in-betweens: linear interpolation and Bézier curves. Function LinInterpolation(DataX As Range, DataY As Range, point As Range) As Variant: If point. Introduces a method to calculate interpolation step value in Excel. forecast in your code. 2. Using a Mathematical Equation . Follow these steps: Start with the worksheet shown in Figure 63. If you have multiple sets of data that are sampled at the. The linear interpolation is commonly used in computer graphics. Given two known values (x1,. The following Microsoft Excel formula performs linear interpolation by calculating the interpolation step value: = (end-start)/ (ROW (end)-ROW (start)) where end is the cell address of the larger number, and start is the cell address of the smaller number. I then use index match to get the corresponding values in column C to populate the linear interpolation formula. Tabular Data Extrapolate in. In other words, interpolate the column E values corresponding to the column F values. Write down the numbers that you are going to put. Volatile Dim hi As Long Dim lo As Long Count = XRates. But in excel I don't even know where to start, maybe. The following Microsoft Excel formula performs linear interpolation by calculating the interpolation. Bei der Interpolation wird ein unbekannter Wert einer Funktion zwischen zwei bekannten Werten geschätzt. Data Formatted as a Table. Use INTERPXY to interpolate from a set of (x,y) data points at an arbitrary point. Maybe you can express the solution as a matrix multiplication (it depends on the cubic interpolation type)? In excel and vba you can caluculate with matrix too. I can have 10 x and y values, or 100. To start, place at least two columns of data in an empty Excel worksheet. The more data points that are used in the interpolation, the higher the degree of the resulting polynomial, and therefore the greater oscillation it will exhibit between the data points. If the target date is chronologically before the end of the. e. In Excel, we use a FORECAST function and a LOOKUP function to do a linear interpolation. Interpolation is the process of estimating an unknown value of a function between two known values. Let's say we have two data series x_i and y_i such that for all i in [[1,N]], y_i = f(x_i) where f is a non-linear function. , x argument value. Therefore, a high-degree interpolation may be a poor predictor of the function between points, although the accuracy at the data points will be "perfect. To perform linear regression in Excel, you'll need to use the "LINEST" function, which calculates the slope and intercept of the line that best fits the data. We will show you 2 ways. Feb 2, 2015. So the formula for linear interpolation is y = y1 + (x-x1) (y2-y1)/ (x2-x1). As a result, you may see different R 2 values. It uses exponential regression to predict a value. 6. g. 15(entered in cell I1) =FORECAST. ) the data can be assumed to be linear. . y = y 1 + (x-x 1)(y 2-y 1)/(x 2-x 1). 6. @BruceWayne The formula is for simple linear interpolation. The bilinear interpolation process uses the average of the data at each corner of. If the known data is contiguous, with the points to be interpolated elsewhere on the sheet, you could use the FORECAST() function for linear interpolation. Fig 1: Interpolation example - sample NA vector in column C (top panel), and interpolated value, with A1 style in FormulaBar and R1C1 returned by the Excel. Step 2: Input Required Data into Cubic Spline Model. Here’s a description of what you need to know about each of these arguments: Argument. The FORECAST. Use Tab to toggle from the function arguments fields. You'll need much more advanced software for that, such as MatLab. When we click OK, Excel consequently fills in the. vq = interp1 (x,v,xq) returns interpolated values of a 1-D function at specific query points using linear interpolation. An extrapolated expression is an expression used to estimate the value of a dependent variable for an independent variable that is said to be certainly outside the scope of a particular known dataset and to compute a linear search. You want to obtain the value (by linear interpolation) for height of 7 and distance of 20. This uses Excel Forecast function =FORECAST (x,known_y's,known_x's). The interpolation formula will look like as follows: y − y1 = y2−y1 x2−x1 × (x − x1) in another form, y = y1 + y2−y1 x2−x1 × (x − x1) where two points are known as (x1,y1)and(x2,y2). If you have some idea of the shapes of the underlying yield curves, you can work. However, F8=8, which is an intermediate value not contained in column B. known_y’s: An array of the dependent variable or range of data. To convert five-point ratings to seven, you need to (1) adjust the scale to start at 0, (2) stretch the scale, and (3) adjust the scale again to start at 1. Step 2: Perform multiple linear regression. If our data set follows a linear pattern, we can use this method to. ) The bilinear interpolation is a generalization of. Linear Interpolation Formula is the process of finding a value between two points on a line or curve. Thank you in advance. In this case, copy-and-paste your formula from the Formula Bar. Google groups is your friend. Along the top ribbon in Excel, go to the Data tab and click on Data Analysis. But for small portions of the table (for example between rows 1 and 2, 2 and 3, 3 and 4. Piecewise linear interpolation. Hello. Excel is an excellent tool for interpolation, as ultimately, it is a big visual calculator. 4) Solve y=mx+b to interpolate. I want to interpolate two values in Excel. Now let's get into the math behind them. Utilize Fill Command to Interpolate Time Series in Excel. 4. =iferror(forecast. I have attached. Enter the data. The FORECAST. The latest version of SRS1 Cubic Spline for Excel. known_ys:. a. Select the chart to see two new tabs in the ribbon, “Design” and “Format. To use linear interpolation in Excel, you will need to determine the two known values, then use the slope-intercept form of the equation of a line to calculate the value that lies between them. Using Formula for Data Extrapolation in Excel. 0. ★ Want to automate Excel? Check out our training academy ★ Download the example file★ Formula: Here, (x1, y1) = The First coordinate of the interpolation process. Dados dos valores conocidos (x 1 , y 1 ) y (x 2 , y 2 ), podemos estimar el valor de y para algún punto x usando la siguiente fórmula: y = y 1 + (xx 1 ) (y 2 -y 1 ) / (x 2 -x 1. Linear interpolation helps us predict a value between two known data points. Excel and OpenOffice Calc Versions. "MrShorty" wrote: >. y is the interpolated value. First, you need the data graph so Excel can fit a line to the data and g. Furthermore, scroll down and check the option ‘ Display Equation on chart ’. Under the “Design” tab, go to “Add Chart Element. Linear regression is one of the most common methods of extrapolation in Excel and involves fitting a straight line to the data. If you extrapolate based on x much, much less than x_list[0] or x much, much greater than x_list[-1] , your return result could be outside of the range of. You only need to revise the input unknown X and input know. Linear Interpolation - Key takeaways. 56 5Y 0. x2 x 2 and y2 y 2 are the second coordinates. So E8 will lie between 3 and 4, based on the. Method 3: Interpolate in. If line 4's. That formula is: The equation y = y1 (x – x1) (y2 – y1) / (x2 – x1) All of the values used in this formula—x1, x2, y1 and y2—are known. Hello, I have a question about interpolation. Linear interpolation, which is also called simply interpolation, thus is the ability to. n) lies on the line (AC) between the two known rates. It keeps your code clean, short, tidy and. known_y's is the range of dependent y-values (historical data). Interpolation in MATLAB ® is divided into techniques for data. 49. The interpolation formula uses interpolation, which is the process involving finding a value between two points on the curve of a function. Another basic approach for interpolation is the Nearest Neighbors Interpolation in which you estimate each value by using the nearest neighbor. Here's how our example points fit into the formula: y = 152 + (170-152) x [ (13-12) / (14-12)] 5. The syntax for the FORECAST. An alternative is to use INDEX; but my INDEX formula is messy. Example of Interpolation Formula (With Excel Template). Create the Linear Interpolation VBA Function. The above formula is the Linear Interpolation Formula. Suppose you have the sales data for the previous year and want to predict this year sales. .