Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Downloads
- XLDennis, the MSDN Library, and VBA rant
- About Newton Excel Bach
- Using Linest for non-linear curve fitting, examples, hints and warnings
- Cubic Splines
- Weighted Least Squares Regression, using Excel, VBA, Alglib and Python
- Writing Arrays to the worksheet - VBA function
- Linking Excel to C
Recent Comments
Tag Archives: Formula cell values
Converting a formula to values
Excel has a built-in function (FormulaText) to display a formula as cell references, rather than the result value. It would be useful to be able to display the value of each cell reference as well, but there is no built-in … Continue reading