Generator examplecopy-ready
Inputplain English
Show Overdue if due date is before today and status is not Done.
Outputformula
=IF(AND(C2"Done"), "Overdue", "OK")
Describe what you want. Get a formula to start from.
A Google Sheets formula generator turns a plain-English rule into a spreadsheet formula you can test and adapt.
Mention which columns hold status, dates, names, prices, or categories.
Say exactly what should appear when the condition is true or false.
Replace sample columns with your real sheet columns.
A typical request is a status formula: show Overdue when the due date passed and the task is not complete.
Use this for IF, date checks, text contains, SUMIF, COUNTIF, FILTER, UNIQUE, and lookup starters.
Be specific about row numbers and whether the result should fill down.
Generated formulas are starters; test one row before applying to a whole column.