/ Published in: Other
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.
=TREND({0,100},{32,212},70)
The {..} arrays can of course be replaced with a cell range specifier.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
=TREND({0,100},{32,212},70) In Open Office Calc... =TREND({0;100};{32;212};70)
URL: http://www.ozgrid.com/forum/showthread.php?t=69973