Fast Formula Writing Techniques
Sveip for å vise menyen
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 showsSUM,SUMIF,SUMIFS,SUBSTITUTE, and others; - Use the
↓and↑arrow keys to move through the list; - Press
Tabto 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.
- Click the cell below the row of the Item column.
- Press
Alt + =(Win) orShift + Cmd + T(Mac) → confirm Excel proposes the correct range → press Enter.
Takk for tilbakemeldingene dine!
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår