Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Downloads by category
- Frame Analysis with Excel - 3, Continuous beam or frame
- Section Properties of Defined Shapes - Spreadsheet
- Drawing in Excel 7 - Creating drawings from coordinates
- Frame Analysis with Excel 1 - Single beam
- Beam actions and deflections by Macaulay's Method
- Using Goal Seek on Multiple Cells
- Using RC Design Functions - 1
- Finding Prime Numbers with Excel, and using Array Formulas
Recent Comments
John Pollard on Using Goal Seek on Multiple… Using RC Design Func… on Using RC Design Functions… dougaj4 on Using RC Design Functions… Omar Khan on 5 Year Report hadwao on Using RC Design Functions… dougaj4 on Using RC Design Functions… hadwao on Using RC Design Functions… Marina Lindon on More from the Low Countri… China Amazing Archit… on World’s Largest Natural… metroxx on Using RC Design Functions… dougaj4 on Using RC Design Functions… metroxx on Using RC Design Functions… dougaj4 on Using RC Design Functions… metroxx on Using RC Design Functions… metroxx on Using RC Design Functions…
Category Archives: UDFs
Using RC Design Functions – 2
In the previous post we looked at a summary of the functions in the RC Design Functions spreadsheet, and ways of using the EStress function (download file with examples). In this post we will look in more detail at the … Continue reading
Posted in Concrete, Excel, Newton, UDFs, VBA
Tagged EStress, Excel, RC Design Functions, Reinforced concrete design, UDF, VBA
Leave a comment
Using RC Design Functions – 1
Download RC Design Functions (includes full open source code) and EStress Examples.xlsx This series of posts will cover ways of using the many functions contained in the RC Design Functions spreadsheet, starting with some general comments on using the User … Continue reading
Posted in Beam Bending, Concrete, Excel, Newton, UDFs, VBA
Tagged Examples, Excel, RC Design Functions, Reinforced Concrete, UDF, VBA
11 Comments
Section properties for groups of defined shapes
Following a discussion at Eng-Tips, I have modified the section properties spreadsheet (presented here) so that section properties can be found for groups of defined shapes, including provision for translation and rotation of each shape, and application of different E … Continue reading
Posted in Coordinate Geometry, Excel, Maths, Newton, UDFs, VBA
Tagged Excel, section properties, section properties of multiple shapes, VBA
1 Comment
Tanh-Sinh Quadrature V4.1
The latest update to the Tanh-Sinh Quadrature spreadsheet from Graeme Dennes is now available for download from: Tanh-Sinh-V4.1. As usual, the download includes full open-source code and extensive documentation. Version 4.1 Release Notes 1. Small but useful accuracy improvements have been … Continue reading
Posted in Excel, Maths, Newton, Numerical integration, UDFs, VBA
Tagged Excel, numerical integration, Tanh-Sinh Quadrature, UDF, VBA
Leave a comment
what Microsoft think VBA is good for …
The front page of Excel for Developers now has a link entitled VBA, which takes you to: VBA for Excel developers which has a link entitled When to use VBA and why which says: There are three principal reasons to consider VBA … Continue reading
Precise Angles and XNumbers
Further to comments by Georg under: The angle between two vectors, in 2D or 3D I have added four alternative ways of calculating the angle between two 3D vectors to the VectorFunc spreadsheet. The new version can be downloaded from: http://interactiveds.com.au/software/VectorFunc.xlsb. … Continue reading
Charts and Charting
I don’t do a lot on Excel charts because there are already a number of excellent blogs and sites that specialise in that area; notably: Peltier Tech Blog but after compiling my “Downloads by Category” page I found that I … Continue reading
New Page
In an effort to make the information on this site easier to access I have collected all the “Daily Download” posts from last year onto a new page, listing each of the download posts by category. It’s called “Download by … Continue reading
Extracting a hyperlink
Excel does not have a function to extract the address from a cell containing a hyperlink. Here is a short UDF that will do the job: The original was a one-liner posted by Rick Rosthstein on Debra Dalgleish’s Contextures Blog. I … Continue reading