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 , , , | 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 , , , | 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 , , , | 14 Comments