Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- About Newton Excel Bach
- Writing Arrays to the worksheet - VBA function
- Downloads
- Filling Blanks with Go To-Special (and local help rant)
- Daily Download 7: Lateraly loaded pile analysis
- Retrieving unique values from a range or array ...
Recent Comments
Category Archives: Excel
Multiple Match Function
The Excel function MATCH() will find the position of the first occurrence of a specified number or string in a range of data, but what if you want to find the first row in a table that contains two or … Continue reading
Posted in Excel, UDFs, VBA
5 Comments
Frame Analysis with Excel – 3, Continuous beam or frame
Continuing from Frame Analysis with Excel 2 – Single inclined beam Download Beam3.zip – the download file includes complete open source code. The spreadsheet for a single inclined beam presented in the previous post has been modified to deal with up … Continue reading
Posted in Excel, Frame Analysis, Newton, VBA
Tagged Excel, Finite Element Analysis, Frame Analysis, VBA
30 Comments
Frame Analysis with Excel 2 – Single inclined beam
This post continues from – Frame Analysis with Excel 1 – Single beam Download Beam2.zip The stiffness matrix shown in the previous post was for a single beam with loads applied either perpendicular to the beam, or along the longitudinal beam axis, … Continue reading
Posted in Excel, Frame Analysis, Newton, UDFs
Tagged Excel, Finite Element Analysis, Frame Analysis, UDF
11 Comments
Spreadsheet Hell
“I, too, am in spreadsheet hell” Why am I linking to yet another data analysis guy whinging about Excel? Mostly because I liked what he said on his Home sheet: “I’m a number cruncher, SAS programmer, Linux user, and an … Continue reading
Posted in Computing - general, Excel
1 Comment
Frame Analysis with Excel 1 – Single beam
Download Beam1.zip This is the first of a series of posts in which I will develop a structural frame analysis program operating within Excel. The first few stages will be mostly spreadsheet based, with later stages using VBA routines to … Continue reading
Posted in Excel, Finite Element Analysis, Frame Analysis, Newton, UDFs, Uncategorized
Tagged Excel, Frame Analysis, structural analysis, UDF
14 Comments