Dynamic Array Formulas (Excel 365 & Google Sheets)
Formula
What it does
Example
FILTER
Return rows matching conditions
=FILTER(A:B,C:C="East")
UNIQUE
List of unique values
=UNIQUE(A2:A100)
SORT / SORTBY
Sort a range dynamically
=SORT(A2:C100,2,-1)
SEQUENCE
Generate a series of numbers
=SEQUENCE(10) → 1,2,3...10
XLOOKUP
Flexible lookup in any direction
=XLOOKUP(A2,B:B,C:C,"N/A")
Tip: Don't memorise these formulas — use ExcelForm's AI generator to build any formula from a plain English description instantly. Free, no signup required.
Generate the Formula Instantly
Free AI formula generator — no signup, no credit card. 10 queries per day. All 9 tools included free.
What are the most important Excel formulas to know?▾
The highest-impact Excel formulas to learn are: VLOOKUP or XLOOKUP (data retrieval), SUMIFS (conditional aggregation), IF/IFS (logic), INDEX MATCH (flexible lookups), COUNTIFS (counting with conditions), IFERROR (error handling), and DATEDIF (date calculations). These cover 90% of everyday spreadsheet tasks.
What is the easiest way to learn Excel formulas?▾
Practice with real data problems rather than memorising syntax. Pick one formula at a time, understand what it does, and try it on your own data. ExcelForm can help — describe what you want to calculate and it generates the formula, which you can then study and learn from.
Is there a free downloadable Excel formula cheat sheet?▾
The formulas on this page cover the most essential 50 functions. ExcelForm at excelform.xyz also has a Formula Library of 30 ready-to-use formulas with one-click loading into the generator. You can screenshot or print this page as a reference.
What Excel formulas should beginners learn first?▾
Start with: SUM (add numbers), AVERAGE, IF (basic logic), VLOOKUP (pull data from a table), SUMIF (conditional sum), COUNTA (count non-empty cells), and TEXT (format numbers for display). Once these feel comfortable, move to SUMIFS, INDEX MATCH, and IFERROR.