Method to calculate interpolation step value in Excel
Članak
Odnosi se na:
Microsoft Office Excel 2007, Excel 2010, Excel 2013, Excel 2016
Summary
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.
Interpolation is a method used to determine a present or future value factor when the exact factor does not appear in either a present or future value table. Interpolation assumes that the change between two values is linear and that the margin of error is insignificant.
More Information
To create a sample linear interpolation formula, follow these steps:
Select cells A2:A6. On the Edit menu, point to Fill, and then click Down. The formula is filled down, and the following values are displayed in cells A2:A6:
By the end of this module, you'll learn about what the family of iterator functions can do and how to use them in your DAX calculations. Calculations will include custom summarizations, ranking, and concatenation.