50 copy-paste recipes for real business problems. Each formula is ready to use. Just replace A1 with your data cell.
=AI("Summarize in exactly one sentence: " & A1)
=AI("Summarize as 3-5 bullet points: " & A1)
=AI("Translate to French, keep the tone: " & A1)
=AI("Rewrite in a professional business tone: " & A1)
=AI("Fix grammar and spelling only, keep meaning: " & A1)
=AI("Rewrite at an 8th-grade reading level: " & A1)
=AI("Expand these notes into a clear paragraph: " & A1)
=AI("Extract the 2 most important quotes from: " & A1)
=AI("Describe the tone in 2-3 words: " & A1)
=AI("Rewrite in under 50 words, keep key info: " & A1)
=AI("Rate sentiment 1-5 (1=very negative, 5=very positive), number only: " & A1)
=AI("One word only - Positive, Negative, or Neutral: " & A1)
=AI("What is the main topic in 3 words or fewer: " & A1)
=AI("List 5 keywords, comma-separated: " & A1)
=AI("Categorize as Bug, Feature Request, Question, or Praise: " & A1)
=AI("Rate urgency 1-5 (5=critical), number only: " & A1)
=AI("Classify intent as: Purchase, Support, Inquiry, Complaint, Cancel. One word: " & A1)
=AI("Estimate the grade reading level (e.g., 'Grade 8'), answer only: " & A1)
=AI("Does this mention any of these competitors: Slack, Teams, Zoom? Yes or No: " & A1)
=AI("Standardize to format: Street, City, State ZIP: " & A1)
=AI("Extract only the email address, nothing else: " & A1)
=AI("Format this phone number as (XXX) XXX-XXXX: " & A1)
=AI("Standardize this name to 'First Last' format: " & A1)
=AI("Convert to the official company name (e.g., 'msft' = 'Microsoft'): " & A1)
=AI("Convert this date to YYYY-MM-DD format: " & A1)
=AI("Are these the same company? Answer Yes or No: " & A1 & " vs " & B1)
=AI("Classify industry: Technology, Healthcare, Finance, Retail, Manufacturing, Other. One word: " & A1)
=AI("Write a 3-sentence cold email to " & A1 & " at " & B1 & " about " & C1)
=AI("Write a brief follow-up email. Original topic: " & A1 & ". Days since sent: " & B1)
=AI("Write a helpful, empathetic response to this review in 2-3 sentences: " & A1)
=AI("Write a compelling 2-sentence product description from: " & A1)
=AI("Create a meeting summary with: Attendees, Key Decisions, Action Items: " & A1)
=AI("Score this sales lead 1-10, number only. Company: " & A1 & " Role: " & B1 & " Size: " & C1)
=AI("SWOT analysis in 4 bullet points for: " & A1)
=AI("Write a concise job description for: " & A1 & ". Requirements: " & B1)
=AI("Write a 3-sentence elevator pitch. Product: " & A1 & " Audience: " & B1 & " Differentiator: " & C1)
=AI("Write 3 blog headlines for the topic: " & A1)
=AI("Write a LinkedIn post under 150 words about: " & A1)
=AI("Generate 10 hashtags starting with #, comma-separated: " & A1)
=AI("Write 3 email subject lines under 50 characters for: " & A1)
=AI("Write a meta description under 155 characters for: " & A1)
=AI("Write Google Ads copy (headline under 30 chars, description under 90 chars) for: " & A1)
=AI("Generate 5 e-commerce search tags, comma-separated: " & A1)
=AI("Write a pitch for " & A1 & " targeting " & B1 & " highlighting " & C1)
=IF(A1="","",AI("Summarize: " & A1))
=AI("Act as a senior data analyst. Interpret this data trend: " & A1)
=AI("Return as JSON with keys name, email, phone: " & A1)
=AI("Compare " & A1 & " vs " & B1 & " on: price, features, ease of use. Table format.")
=IF(VALUE(B1)>=4, AI("Write urgent response to: " & A1), "Low priority")
=AI("Score this text 1-10 for clarity, number only: " & B1)