This document provides an introduction to key concepts in Excel including:
- Entering formulas using the equals sign to indicate a cell contains a formula. Formulas use function syntax of name, parentheses, and arguments separated by commas.
- Transferring data between sheets by copying or moving selected data using keyboard shortcuts and pasting into another sheet that can be in the same or different workbook.
- Macros which automate repetitive tasks by recording mouse actions to create a series of functions in a programming language that can be run with a single command. The macro recorder allows creating macros by recording actions.