Best for
Fast engineering spreadsheets
Use the table for common calculation, lookup, cleaning, and summary formulas.
Spreadsheet workflow guide
Search Excel formulas, functions, shortcuts, and engineering spreadsheet patterns for calculations, lookups, data cleanup, and reporting.
Formula lookup
Filter by formula name, spreadsheet problem, shortcut, lookup method, or engineering calculation use.
Best for
Use the table for common calculation, lookup, cleaning, and summary formulas.
Watch out
Check absolute references, units, hidden rows, circular references, and copied formula ranges.
Searchable reference
| Category | Command / Function | Purpose | Example / Use |
|---|---|---|---|
| Logic | IF | Return one value when a condition is true and another when false | =IF(A2>10,"Pass","Check") |
| Logic | IFERROR | Show a fallback value when a formula errors | =IFERROR(A2/B2,"") |
| Math | SUMIF | Add values that meet one condition | =SUMIF(A:A,"Steel",B:B) |
| Statistics | STDEV.S | Estimate sample standard deviation | =STDEV.S(D2:D30) |
| Lookup | XLOOKUP | Return a matching value from another range | =XLOOKUP(F2,A:A,C:C,"Not found") |
| Lookup | INDEX MATCH | Flexible lookup using position and index | =INDEX(C:C,MATCH(F2,A:A,0)) |
| Text | TEXTJOIN | Join text with a delimiter | =TEXTJOIN(", ",TRUE,A2:A10) |
| Date | NETWORKDAYS | Count working days between dates | =NETWORKDAYS(A2,B2) |
| Rounding | ROUND | Round a value to fixed decimals | =ROUND(A2,3) |
| Units | CONVERT | Convert between supported unit types | =CONVERT(10,"m","ft") |
| Tables | Ctrl + T | Create an Excel table from a range | Select range -> Ctrl + T |
| Charts | Alt + F1 | Create a chart from selected data | Select data -> Alt + F1 |
How to use
task -> command -> example
Start with the task you need, then check the command, function, or shortcut syntax before using it in a real workflow.
version + module + units
Software behavior can change by version, workspace, add-in, toolbox, shell, or engineering unit system.
example -> small test -> real work
Use the examples as starting patterns and confirm results with a small test file, sample model, or known calculation.
inputs + method + result
Record the inputs, method, version, and assumptions so engineering results can be reviewed later.
Workflow notes
A fixed cell reference such as $A$1 that does not move when a formula is copied.
A formula result that spills into neighboring cells, often used with FILTER, SORT, UNIQUE, and XLOOKUP.
A structured range used to return matching values, material data, coefficients, or project parameters.
A readable name assigned to cells so formulas are easier to audit and maintain.
FAQ
Search by command, function, shortcut, task, or example, then adapt the pattern to your drawing, model, code, spreadsheet, or simulation workflow.
Use them as quick reference patterns. Validate syntax, units, versions, and outputs before using the result in production engineering work.
Search is faster than scanning long documentation when you know the task but need the exact command, function, or syntax reminder.
Related
AutoCAD command reference for drafting and modeling.
C++ function reference for technical programming.
LaTeX command reference for technical documents.
Linux command reference for engineering workflows.
MATLAB functions for engineering and numerical analysis.
OpenFOAM command and function reference.
Python references for engineering calculations and workflows.
SolidWorks keyboard shortcuts and workflow reference.
Tell us what would make EngLab more useful for your engineering work.