Date & Time
Calculate durations, working days, deadlines, and date differences with precision.
Describe your spreadsheet problem in plain English and get a copy-ready formula suggestion with a clear explanation you can adapt to your data.
“Sum sales where region is East and the date is in January 2024”
=SUMIFS(C:C, A:A, "East", B:B, ">="&DATE(2024,1,1), B:B, "<="&DATE(2024,1,31))Calculate durations, working days, deadlines, and date differences with precision.
Add, count, average, and summarize spreadsheet data with criteria-aware formulas.
Model loan payments, net present value, internal rate of return, and depreciation.
Use dynamic arrays to filter, sort, deduplicate, and reshape data without helper columns.
Remove whitespace, fix casing, strip unwanted characters, and standardize messy data.
Extract, combine, clean, and reformat text values from any cell or column.
Build formulas that branch cleanly when different business rules or thresholds apply.
Reference formulas for pulling values across tables, finding matches, and building reliable lookup patterns.