Spreadsheet workflow guide

Excel Functions and Shortcuts Reference

Search Excel formulas, functions, shortcuts, and engineering spreadsheet patterns for calculations, lookups, data cleanup, and reporting.

Formula lookup

Find Excel formulas by task

Filter by formula name, spreadsheet problem, shortcut, lookup method, or engineering calculation use.

Excel

Best for

Fast engineering spreadsheets

Use the table for common calculation, lookup, cleaning, and summary formulas.

Watch out

Cell references drive errors

Check absolute references, units, hidden rows, circular references, and copied formula ranges.

Searchable reference

Excel functions, formulas and shortcuts

CategoryCommand / FunctionPurposeExample / Use
LogicIFReturn one value when a condition is true and another when false=IF(A2>10,"Pass","Check")
LogicIFERRORShow a fallback value when a formula errors=IFERROR(A2/B2,"")
MathSUMIFAdd values that meet one condition=SUMIF(A:A,"Steel",B:B)
StatisticsSTDEV.SEstimate sample standard deviation=STDEV.S(D2:D30)
LookupXLOOKUPReturn a matching value from another range=XLOOKUP(F2,A:A,C:C,"Not found")
LookupINDEX MATCHFlexible lookup using position and index=INDEX(C:C,MATCH(F2,A:A,0))
TextTEXTJOINJoin text with a delimiter=TEXTJOIN(", ",TRUE,A2:A10)
DateNETWORKDAYSCount working days between dates=NETWORKDAYS(A2,B2)
RoundingROUNDRound a value to fixed decimals=ROUND(A2,3)
UnitsCONVERTConvert between supported unit types=CONVERT(10,"m","ft")
TablesCtrl + TCreate an Excel table from a rangeSelect range -> Ctrl + T
ChartsAlt + F1Create a chart from selected dataSelect data -> Alt + F1

How to use

How to use Excel references in engineering

Search by task

task -> command -> example

Start with the task you need, then check the command, function, or shortcut syntax before using it in a real workflow.

Check context

version + module + units

Software behavior can change by version, workspace, add-in, toolbox, shell, or engineering unit system.

Verify output

example -> small test -> real work

Use the examples as starting patterns and confirm results with a small test file, sample model, or known calculation.

Document assumptions

inputs + method + result

Record the inputs, method, version, and assumptions so engineering results can be reviewed later.

Workflow notes

Spreadsheet workflow notes

Absolute reference

A fixed cell reference such as $A$1 that does not move when a formula is copied.

Dynamic array

A formula result that spills into neighboring cells, often used with FILTER, SORT, UNIQUE, and XLOOKUP.

Lookup table

A structured range used to return matching values, material data, coefficients, or project parameters.

Named range

A readable name assigned to cells so formulas are easier to audit and maintain.

FAQ

Excel Functions and Shortcuts Reference questions

How should I use this Excel Functions and Shortcuts Reference?

Search by command, function, shortcut, task, or example, then adapt the pattern to your drawing, model, code, spreadsheet, or simulation workflow.

Are the examples enough for production work?

Use them as quick reference patterns. Validate syntax, units, versions, and outputs before using the result in production engineering work.

Why use a searchable table?

Search is faster than scanning long documentation when you know the task but need the exact command, function, or syntax reminder.

Related

Software guides