Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Fast Formula Writing Techniques | Automation & High-Speed Formula Workflows
Excel Productivity and Speed

bookFast Formula Writing Techniques

Swipe to show menu

Excel has a set of built-in tools designed to reduce typing, guide syntax, and help you build formulas correctly the first time. Learning to use these tools turns formula writing from a slow, error-prone task into a fast, confident one.

Formula Autocomplete

As soon as you type = followed by the first few letters of a function name, Excel displays a dropdown list of matching functions. This is Formula Autocomplete.

How to use it:

  • Type =SU → the dropdown shows SUM, SUMIF, SUMIFS, SUBSTITUTE, and others;
  • Use the and arrow keys to move through the list;
  • Press Tab to accept the highlighted function and insert it with an opening bracket.

Why Tab and not Enter: pressing Enter confirms the cell entry and moves down. Pressing Tab accepts the autocomplete suggestion and stays in the cell, ready for you to type the arguments. Always use Tab to accept function suggestions.

Function Tooltips

Once a function name and opening bracket are in place, Excel displays a tooltip showing the full argument syntax.

Reading the tooltip:

  • Arguments in plain text are required: sum_range, criteria_range1, criteria1;
  • Arguments in [square brackets] are optional;
  • The currently active argument is shown in bold as you type through them;
  • The tooltip also reminds you which delimiter separates arguments — a comma , or a semicolon ;
  • The full function name is a clickable link to the Help article for that function.

As you type each argument and add a comma, the bold highlight moves to the next argument automatically — you always know exactly where you are in the formula.

AutoSum

Alt + = (Win) or Shift + Cmd + T (Mac) insert SUM formula with auto-selected range.

Click the cell below a column of numbers → press shortcut → Excel inserts =SUM() and selects the range above automatically.

Select multiple cells below multiple columns → press shortcut → Excel inserts a SUM formula for each column simultaneously.

Calculate the total number of items sold.

  1. Click the cell below the row of the Item column.
  2. Press Alt + = (Win) or Shift + Cmd + T (Mac) → confirm Excel proposes the correct range → press Enter.
question mark

After using Alt + = (Windows) or Shift + Cmd + T (Mac) to calculate the total number of items sold, what result do you get?

Select the correct answer

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 4. Chapter 1

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Section 4. Chapter 1
some-alt