Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- XLDennis, the MSDN Library, and VBA rant
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 5: Frame Analysis
- About Newton Excel Bach
- Downloads
- Writing Arrays to the worksheet - VBA function
- The Conjugate Beam Method
Recent Comments
Tag Archives: Excel
Regular Expressions in Excel
I recently discovered that Microsoft are working on Excel functions to work with Regular Expressions. A beta version is currently available to those on the “insider” program, but this functionality has long been available through VBA, and can also be … Continue reading
Posted in Excel, Link to Python, PyXLL, UDFs, VBA
Tagged Excel, New functions, Python, PyXLL, regular expressions, UDFs, VBA
Leave a comment
Creating sequential lists in Excel
I recently discovered that Excel has a new SEQUENCE function that will return a sequence of increasing numbers in a column, row, or 2D range. Use of the new function is shown in the screenshot below, with some old and … Continue reading
Posted in Excel, Link to Python, PyXLL, UDFs
Tagged Excel, Python, Range fill, Sequence function, UDF
Leave a comment
Let, Lambda, and py_Eval
I have covered the new Excel Let and Lambda functions before at: Two New Functions; Let and Lambda Eval and Let examples Lambda and VBA The Lambda function is now available to all Microsoft 365 subscribers, so I have now looked at … Continue reading
Posted in Excel, Link to Python, Maths, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged evaluate text strings, Excel, Lambda Function, Let function, Python, PyXLL, py_Eval function, UDF
Leave a comment
SLS Concrete design with Python
I am in the process of converting the SLS design related functions in the RC Design Functions spreadsheet to Python code. The current version can be downloaded from: py_RC Elastic.zip For details of the pyxll app required to conect the … Continue reading
Posted in Concrete, Excel, Link to Python, Newton, PyXLL, UDFs
Tagged Circular sections, Excel, moment curvature, Python FEA code, PyXLL, Reinforced Concrete, SLS design functions, UDFs
2 Comments
RC Design Functions 9.06; Momcurve functions update
The RC Design Functions spreadsheet has now been updated to Version 9.06, and is available for free download from: RC Design Functions9.zip The new version fixes a problem with the MomcurveTS function, which was returning an error for any input … Continue reading
Posted in Beam Bending, Concrete, Excel, Newton, UDFs, VBA
Tagged Excel, MomCurve function, RC Design Functions, RC moment-curvature, Reinforced Concrete, UDFs, VBA
Leave a comment