|

How to Record a Macro in Excel (or Microsoft Word)

The easiest way to create a macro is: The instructions below are for Excel. Word is similar, but has its own quirks (and no “Absolute or Relative”). If you want to look at programming basics first, see this previous post. 1.     Recording a Macro Absolute or Relative What does that mean?  When you record Absolute,…

|

FORMULATEXT to Display the Formula in a Cell

Here is a function that displays the formula in another cell: FORMULATEXT(reference). The argument, “reference”, is the cell address that contains the formula you want to display. This is most useful for documentation purposes.  For example, when you want to print out a spreadsheet with its formulas. If you have spent much time on this…

|

Solving Simultaneous Linear Equations with Matrices

We have various ways of solving simultaneous linear equations. In this post, we will look at a couple of other methods, and then how we can do it with matrices in Excel.  We first consider two variables, and then more. Let’s be clear before we start: What are linear equations?  They are of the form…