What problem does it solve? Writing spreadsheet formulas requires knowing exact function syntax, cell references, and platform differences between Excel and Google Sheets. This Skill converts a plain-language description of a calculation into a ready-to-paste formula with a clear explanation. ## Core Features & Use Cases - Formula Generation: Produces working formulas using modern functions like XLOOKUP, FILTER, SUMIFS, and LET, with classic fallbacks like VLOOKUP for older Excel versions. - Platform Awareness: Handles differences between Excel and Google Sheets, including ARRAYFORMULA and QUERY, and notes version-specific behavior. - Explanation and Adaptation: States the assumed data layout, explains each formula part briefly, and warns about text-vs-number pitfalls. - Use Case: A sales analyst needs to sum revenue by region from a raw export. Describe the columns and the goal, and receive a SUMIFS formula ready to paste, plus a fallback for older Excel. ## Quick Start Ask the assistant to write an Excel formula that sums column C where column A equals a specific region, describing your sheet layout in one sentence.