This video is a follow-on to an earlier video (https://youtu.be/m0_3e9DVtIQ), which looked at one approach to generate random, yet specific values from a list in…
Average an Excel range – ignoring blank, text or error cells
Download Spreadsheet Vault SpreadsheetVault – AVERAGEIFS ignore blanks, errors or text (solution).xlsb This video will show you one approach to average across blank, text or…
Insert multiple columns using Excel VBA
This video will outline an approach via VBA, to insert multiple columns at once into an Excel worksheet. This insert multiple columns macro will give us the flexibility, to choose numerous columns to insert simultaneously.
Insert multiple rows using Excel VBA
Presently Excel only allows users to insert one row at a time. But what if we had the capacity to choose and insert numerous rows simultaneously? This video will outline one way, via Visual Basic for Applications or VBA, to insert multiple rows simultaneously into an Excel worksheet.
Shuffling data with HLOOKUP
Here is a great and effective approach to shuffle columns of data. It will use the Excel HLOOKUP function, and not require any VBA macros or complicated re-engineering of this summary worksheet.
Converting between the two Excel Date Systems in Financial Modelling
Excel supports two date systems, the 1900 and 1904 date system, which can pose potential problems in financial modelling. The 1900 date system is synonymous with Microsoft Excel for Windows, whilst Excel for Mac © (Apple) apply the 1904 date system.