Excel Skills Every Office Worker Should Know: Core Formulas and Workflows

A practical walkthrough of essential spreadsheet formulas including SUM, AVERAGE, IF, COUNTIF, and lookup techniques for everyday office tasks.

Spreadsheet formulas and structured data tables overview
Advertisement
Sponsor Space (TOP)

Spreadsheet competence remains one of the most widely requested technical capabilities in modern administrative, analytical, and operational roles. Mastering core functions transforms raw data into actionable business insight.

1. Essential Arithmetic and Aggregation Functions

These foundational formulas form the bedrock of daily tracking sheets and financial summaries:

  • =SUM(A2:A50): Calculates the total of numeric entries within the specified range.
  • =AVERAGE(B2:B50): Returns the mathematical mean of selected values.
  • =COUNT(C2:C50): Counts the number of cells containing numerical data.
  • =COUNTA(D2:D50): Counts non-empty cells, including text strings.

2. Conditional Logic: IF and COUNTIF

Conditional functions allow spreadsheets to respond dynamically to criteria:

Formula Syntax & Application

=IF(E2>=1000, "Qualified", "Under Threshold")
Evaluates whether cell E2 meets the threshold and returns the appropriate string label.

=COUNTIF(StatusRange, "Completed")
Scans project status columns to count how many deliverables are currently marked as finished.

3. Data Lookup with XLOOKUP

Modern Excel replaced cumbersome lookup workflows with XLOOKUP:

=XLOOKUP(LookupValue, LookupArray, ReturnArray, [IfNotFound])

Unlike traditional VLOOKUP, XLOOKUP does not break when columns are inserted or reordered, and it handles missing values gracefully without requiring separate IFERROR wrappers.

4. Time-Saving Keyboard Shortcuts

Shortcut (Windows) Shortcut (Mac) Action
Ctrl + Shift + LCmd + Shift + FToggle AutoFilter on active table
Ctrl + SpaceCtrl + SpaceSelect entire active column
Shift + SpaceShift + SpaceSelect entire active row
F4Cmd + TToggle absolute cell references ($A$1)
Advertisement
Sponsor Space (BETWEEN)

Frequently Asked Questions

Should I use VLOOKUP or XLOOKUP in modern Excel?

If your organization runs Excel 365 or Excel 2021+, XLOOKUP is preferred because it can look to the left and defaults to exact matches. If you work in older environments, VLOOKUP or INDEX/MATCH remain essential.

Publication Disclaimer

Career outcomes vary depending on industry, experience level, geographical market, employer discretion, and individual circumstances. The practical recommendations in this guide are provided solely for general informational and educational purposes and do not guarantee interview invitations, offers, or compensation levels.

Marcus Chen

Marcus Chen

Office Productivity, Excel Analysis & Operations Workflows

Management consultant and systems analyst focusing on office workflows, spreadsheet automation, and pragmatic team productivity techniques.

View all guides by Marcus Chen →