Excel Skills0%

Software Skills · Topic 2 of 2

Excel Skills

Video coming soon

Theory

The question paper requires you to use spreadsheet software as well as statistical software. Spreadsheets are used most heavily in the Finance section — pay and deductions, interest, accumulation, loan schedules and present value — and for straightforward counting and averaging elsewhere.

📗 Excel Workbook — coming soon

A full interactive workbook with practice files is on its way, in the same format as the RStudio one. In the meantime, the spreadsheet work is taught within the Finance and Statistics topics themselves.

Functions You Need

These are the spreadsheet functions named in the course specification. You should be able to use each one and explain what your formula is doing.

FunctionTypical use in this course
SUMTotalling a column of payments or hours
PRODUCTMultiplying values, such as rate × hours
IFApplying a rule only when a condition is met — tax bands, overtime thresholds
AND / ORCombining two conditions inside an IF
ROUNDRounding money to 2 decimal places
ABSSize of a difference, ignoring its sign — useful for errors and tolerance
INTWhole number part — whole years, whole units
GOAL SEEKWorking backwards to a required input — present value, repayments
AVERAGEMean of a range
MIN / MAXSmallest and largest values
MEDIANMiddle value, for skewed data
COUNTIFCounting entries that meet a condition
STDEVStandard deviation of a sample
PEARSONCorrelation coefficient between two ranges

Presentation Matters

Marks are available for a spreadsheet another person can follow. You should be able to:

  • set up key variables in their own cells before using them in calculations, rather than typing numbers into formulas;
  • use absolute cell references ($B$2) so a formula still points at the right cell when filled down;
  • fill down, and copy and rename worksheets;
  • add a comment explaining what a formula does;
  • combine data taken from more than one source document.