Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free browser-based AI that turns plain English into working Excel and Google Sheets formulas, with 20 generations a day and no sign-up.
Submit your own product to reach creators and founders looking for the next tool to try.
AI Excel (aiexcel.pro) is a free, no-sign-up web tool that converts plain-English descriptions into working Excel and Google Sheets formulas, explains formulas you paste in, and generates VBA macros and RE2 regex patterns.
AI Excel is a browser-based spreadsheet assistant that takes a sentence describing what a cell should contain and returns a finished formula for Microsoft Excel (2016 through Microsoft 365) or Google Sheets, plus a line-by-line explanation of how that formula evaluates. Alongside the generator it ships three more tools: a formula explainer that reformats pasted formulas with the nesting visible and evaluates them from the inside out, a VBA code generator that returns a complete Sub with Option Explicit and qualified object references, and a regex generator that writes patterns for RE2, the engine behind Excel's REGEXEXTRACT and Google Sheets' REGEXMATCH. There is no account, no card and no download; prompts are sent to Cloudflare Workers AI to be answered, and nothing is stored.
Pick the target dialect (Excel or Google Sheets), type a description of the formula you want, and press Generate; the tool returns the formula plus an explanation, and every answer ships with a "Watch out for" section naming what could break it. The site advises naming columns by both letter and header, stating every condition including negatives, giving the starting row, and confirming the argument separator matches your spreadsheet before generating rather than translating afterwards.
AI Excel is free. There is no account, no card and no trial, and no paid tier exists. Every visitor gets 20 generations per day per IP address, resetting at midnight UTC; the cap exists because each AI call costs the operator money, not to push users toward a subscription.
Yes. Every tool on the site runs without payment, a card or an expiring trial, and there is no upgrade path. The only limit is 20 generations per day per IP address, resetting at midnight UTC.
No. There is no sign-up anywhere on aiexcel.pro. You type your request into the box and press Generate; the site stores no account, no prompt history and no copy of what you typed.
Yes. Each tool has an Excel / Google Sheets switch, and the answer changes accordingly — ARRAYFORMULA and QUERY appear where those are the idiomatic Sheets answers, and the argument separator matches the chosen dialect.
The generator targets Excel 2016 and later, and tells you when a formula requires Microsoft 365 or 2021 — for example XLOOKUP, LET or the dynamic array family, none of which exist in Excel 2019.
No. Language models get spreadsheet syntax right most of the time and confidently wrong some of the time, so treat each answer as a strong first draft: test it against a row whose value you already know, check blank-cell behaviour, and confirm the range covers rows you will add later.