Category

Google Sheets Formulas

Write Reusable Formulas With The LAMBDA Function And LET Name the repeated parts of a formula, then define a function, name it and call it, all inside one cell. This article works up from a formula that… August 15, 2026 · Google Sheets Formulas Replace Fill Down With The ARRAYFORMULA Function In Google Sheets One formula that calculates a whole column, including the rows that do not exist yet. This article replaces a filled-down column with a single array formula, covers the… August 15, 2026 · Google Sheets Formulas Pull Live Data Into Google Sheets With The IMPORT Functions Bring another spreadsheet, a web list, an XPath match, an RSS feed or a CSV into a cell and keep it current, without a line of code. Every… August 14, 2026 · Google Sheets Formulas Replace VLOOKUP With The XLOOKUP Function In Google Sheets Look values up without counting columns, search leftwards, return a whole record, and handle the miss in an argument rather than a wrapper. This article shows what XLOOKUP… August 14, 2026 · Google Sheets Formulas Combine The FILTER Function With SORT And UNIQUE In Google Sheets Keep the rows that match, drop the repeats and order what is left, all from a single cell. This article builds the three functions separately then composes them,… August 14, 2026 · Google Sheets Formulas Write SQL In A Cell With The Google Sheets QUERY Function Filter, group, sort and total a Google Sheet from inside a single cell, using the same select and where clauses you would write against a database. This article… August 13, 2026 · Google Sheets Formulas