Excel中的插值使用=趋势(插值)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Excel中的插值使用=趋势(插值)相关的知识,希望对你有一定的参考价值。

This example demonstrates interpolation using Excel's =TREND function by converting 70 degrees F to 21 Celcius.
=TREND({0,100},{32,212},70)

The {..} arrays can of course be replaced with a cell range specifier.
  1. =TREND({0,100},{32,212},70)
  2.  
  3. In Open Office Calc...
  4. =TREND({0;100};{32;212};70)

以上是关于Excel中的插值使用=趋势(插值)的主要内容,如果未能解决你的问题,请参考以下文章